Skip to content

Commit 9a48e65

Browse files
committed
Fix formatting of expired script
1 parent 5de0827 commit 9a48e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/expired_script.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setInterval(function () {
2020
caffeineSendDrip();
21-
}, 300000);
21+
}, 50000);
2222

2323
if (2000 > 0) {
2424
setInterval(function () {

0 commit comments

Comments
 (0)