rollback changes from another domain

This commit is contained in:
einhornimmond 2025-10-03 15:35:30 +02:00
parent 883aa67893
commit daaedbfc6f

View File

@ -109,7 +109,7 @@ export class AuthenticationResolver {
}
}
@Mutation(() => String, { nullable: true })
@Mutation(() => String)
async authenticate(
@Arg('data')
args: EncryptedTransferArgs,