mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
change type of receiverCom.publicKey in where statement
This commit is contained in:
parent
a73d7b5859
commit
e7465ae093
@ -253,7 +253,7 @@ export async function processXComPendingSendCoins(
|
|||||||
|
|
||||||
const receiverFCom = await DbFederatedCommunity.findOneOrFail({
|
const receiverFCom = await DbFederatedCommunity.findOneOrFail({
|
||||||
where: {
|
where: {
|
||||||
publicKey: Buffer.from(receiverCom.publicKey),
|
publicKey: receiverCom.publicKey,
|
||||||
apiVersion: CONFIG_CORE.FEDERATION_BACKEND_SEND_ON_API,
|
apiVersion: CONFIG_CORE.FEDERATION_BACKEND_SEND_ON_API,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user