mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
log
This commit is contained in:
parent
97e503b954
commit
7f74c03fc5
@ -171,6 +171,7 @@ export class AuthenticationResolver {
|
||||
}
|
||||
authCom.communityUuid = communityUuid.data
|
||||
authCom.authenticatedAt = new Date()
|
||||
methodLogger.debug('try to save: ', authCom)
|
||||
await authCom.save()
|
||||
methodLogger.debug('store authCom.uuid successfully:', new CommunityLoggingView(authCom))
|
||||
const homeComB = await getHomeCommunity()
|
||||
|
||||
@ -39,10 +39,7 @@ export class BinaryData {
|
||||
logging.error('other is invalid', other)
|
||||
return false
|
||||
}
|
||||
return this.asHex() === other.asHex()
|
||||
// don't work reliable, in specific cases fail with:
|
||||
// The "otherBuffer" argument must be an instance of Buffer or Uint8Array. Received an instance of Object
|
||||
// return this.buf.compare(other.asBuffer()) === 0
|
||||
return this.buf.compare(other.asBuffer()) === 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user