mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
Fix error that resulted of merge conflict
This commit is contained in:
parent
52fa4cea98
commit
db74bf0778
@ -311,7 +311,7 @@ export class TransactionLinkResolver {
|
||||
const now = new Date()
|
||||
const releaseLinkLock = await TRANSACTION_LINK_LOCK.acquire()
|
||||
try {
|
||||
const transactionLink = await DbTransactionLink.findOne({ code })
|
||||
const transactionLink = await DbTransactionLink.findOne({ where: { code } })
|
||||
if (!transactionLink) {
|
||||
throw new LogError('Transaction link not found', code)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user