Skip to content

Commit 511aec1

Browse files
committed
chore: did precommit work?
1 parent 7c6141a commit 511aec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polymorphic.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export abstract class AbstractPolymorphicRepository<E> extends Repository<E> {
290290
await Promise.all(
291291
options.map(
292292
(option: PolymorphicMetadataInterface) =>
293-
new Promise(resolve => {
293+
new Promise((resolve) => {
294294
if (!option.deleteBeforeUpdate) {
295295
return Promise.resolve();
296296
}

0 commit comments

Comments
 (0)