Skip to content

Commit 98cfe8e

Browse files
committed
lint
1 parent 8f3240c commit 98cfe8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/copyDb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export async function migrateOnStart() {
353353
// Remove the lock file
354354
try {
355355
await remove(lmdbPath + '-lock');
356-
} catch (_error) {
356+
} catch {
357357
// lock file may not exist
358358
}
359359
}

0 commit comments

Comments
 (0)