Skip to content

Commit 7931dd8

Browse files
committed
ESLint fix
1 parent 4a2994c commit 7931dd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/quickbooks/sources/new-or-modified-customer/new-or-modified-customer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ module.exports = {
2828
methods: {
2929
...common.methods,
3030
getEntities() {
31-
return [sourceEntity];
31+
return [
32+
sourceEntity,
33+
];
3234
},
3335
getOperations() {
3436
return this.operationsToEmit;

0 commit comments

Comments
 (0)