refactor(backend): remove to do after creating issue

This commit is contained in:
Moriz Wahl 2023-05-22 12:27:02 +02:00
parent cc29349998
commit d417bb41e8

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