Merge pull request #3000 from gradido/remove-issued-to-do

refactor(backend): remove to do after creating issue
This commit is contained in:
Moriz Wahl 2023-05-25 10:48:34 +02:00 committed by GitHub
commit d539ae9c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,8 +322,6 @@ export class TransactionResolver {
throw new LogError('Amount to send must be positive', amount)
}
// TODO this is subject to replay attacks
// --- WHY?
const senderUser = getUser(context)
// validate recipient user