test: cover server runtime flow
This commit is contained in:
@@ -261,7 +261,7 @@ export class YonexusServerRuntime {
|
||||
isAuthenticated: false,
|
||||
connectedAt: connection.connectedAt,
|
||||
lastActivityAt: this.now(),
|
||||
publicKey: payload.publicKey
|
||||
publicKey: payload.publicKey?.trim() || undefined
|
||||
});
|
||||
|
||||
const nextAction = this.determineNextAction(record);
|
||||
|
||||
Reference in New Issue
Block a user