try another culprint

This commit is contained in:
einhornimmond 2025-10-14 11:16:45 +02:00
parent 8f40342665
commit d11a794dd5
2 changed files with 3 additions and 2 deletions

View File

@ -150,7 +150,8 @@ export class AuthenticationResolver {
throw new Error('No valid pending community handshake found')
}
state.status = CommunityHandshakeStateType.SUCCESS
stateSaveResolver = state.save()
// stateSaveResolver = state.save()
await state.save()
methodLogger.debug(`search community per oneTimeCode:`, authArgs.oneTimeCode)
const authCom = state.federatedCommunity.community

View File

@ -34,7 +34,7 @@
},
"dependencies": {
"decimal.js-light": "^2.5.1",
"esbuild": "^0.25.2",
"esbuild": "^0.25.2",
"jose": "^4.14.4",
"log4js": "^6.9.1",
"yoctocolors-cjs": "^2.1.2",