core: fix warnings

pull/318/head
undefined 3 years ago
parent ab3cad57b8
commit 7218390c3b

@ -19,7 +19,6 @@ export async function inc(op: string, ident: string, periodSecs: number, maxOper
if (e.message.includes('duplicate')) throw new OpcountExceededError(op, periodSecs, maxOperations);
throw e;
}
return -1;
}
bus.once('app/started', () => db.ensureIndexes(

Loading…
Cancel
Save