Skip to content

Commit 25b7ab7

Browse files
committed
lint
1 parent ceec24f commit 25b7ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/DatabaseController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ class DatabaseController {
17671767
if (isMongoAdapter) {
17681768
options = {
17691769
ttl: 0,
1770-
}
1770+
};
17711771
} else if (isPostgresAdapter) {
17721772
options = this.idempotencyOptions;
17731773
options.setIdempotencyFunction = true;

0 commit comments

Comments
 (0)