Remove lint error

This commit is contained in:
Senthamil Sindhu 2024-01-18 09:49:34 -08:00
parent 889cf77801
commit 5d6273889d
1 changed files with 0 additions and 4 deletions

View File

@ -277,10 +277,6 @@ export default class Explorer {
const NINETY_DAYS_IN_MS = 7776000000;
const ONE_DAY_IN_MS = 86400000;
const THREE_DAYS_IN_MS = 259200000;
const isAccountNewerThanNinetyDays = isAccountNewerThanThresholdInMs(
userContext.databaseAccount?.systemData?.createdAt || "",
NINETY_DAYS_IN_MS,
);
const lastSubmitted: string = localStorage.getItem("lastSubmitted");
if (lastSubmitted !== null) {