Skip to content

Commit

Permalink
Let comma dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Dec 11, 2023
1 parent e65a0a3 commit a6554c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ export function newScope (fn, props, a1, a2) {
allSettled: DexiePromise.allSettled,
any: DexiePromise.any,
resolve: DexiePromise.resolve,
reject: DexiePromise.reject
reject: DexiePromise.reject,
} : {};
if (props) extend(psd, props);

Expand Down

0 comments on commit a6554c9

Please sign in to comment.