fix: error type mismatch
This commit is contained in:
parent
09903c6acb
commit
7f185a616c
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ export class FlowAccountController extends Controller {
|
||||||
|
|
||||||
await prisma.invoice.update({
|
await prisma.invoice.update({
|
||||||
where: { id: payment.invoice.id },
|
where: { id: payment.invoice.id },
|
||||||
data: { flowAccountRecordId: documentId },
|
data: { flowAccountRecordId: String(documentId) },
|
||||||
});
|
});
|
||||||
|
|
||||||
if (documentId) {
|
if (documentId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue