Skip to content

Commit 8a73e5a

Browse files
committed
fix: bad merge
1 parent 4abbe28 commit 8a73e5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/db/file/pushes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { PushQuery } from '../types';
88

99
const COMPACTION_INTERVAL = 1000 * 60 * 60 * 24; // once per day
1010

11-
const COMPACTION_INTERVAL = 1000 * 60 * 60 * 24; // once per day
12-
1311
if (!fs.existsSync('./.data')) fs.mkdirSync('./.data');
1412
if (!fs.existsSync('./.data/db')) fs.mkdirSync('./.data/db');
1513

0 commit comments

Comments
 (0)