Skip to content

Commit eecbdf1

Browse files
committed
fix lint
1 parent 8cd97ba commit eecbdf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/check-completion.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CheckCompletion {
1010
}
1111

1212
async increment(
13-
key,
13+
key,
1414
) {
1515
const redis = new Redis(
1616
this.options,
@@ -24,10 +24,10 @@ class CheckCompletion {
2424
}
2525

2626
async decrement(
27-
key,
27+
key,
2828
) {
2929
const redis = new Redis(
30-
this.options,
30+
this.options,
3131
);
3232
const luaScript = `
3333
local count = redis.call('DECR', KEYS[1])

0 commit comments

Comments
 (0)