Skip to content

Commit 6fb2f81

Browse files
committed
DOMA-3445: use result instead of obj
1 parent f81ff04 commit 6fb2f81

File tree

1 file changed

+1
-1
lines changed
  • apps/condo/domains/billing/utils/serverSchema

1 file changed

+1
-1
lines changed

apps/condo/domains/billing/utils/serverSchema/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function registerBillingReceipts (context, data) {
6666
query: REGISTER_BILLING_RECEIPTS_MUTATION,
6767
variables: { data: { dv: 1, ...data } },
6868
errorMessage: '[error] Unable to registerBillingReceipts',
69-
dataPath: 'obj',
69+
dataPath: 'result',
7070
})
7171
}
7272

0 commit comments

Comments
 (0)