Fix unit tests

This commit is contained in:
Neil MacDougall 2025-10-01 16:39:35 +01:00
parent b06248e4e7
commit d15c5cad87
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ export async function fetchDynamicContent(context: Context): Promise<Partial<Dyn
logger.debug(`Performing update check on ${ todayString }`);
const activeFetch = window.localStorage.getItem(LOCAL_STORAGE_UPDATE_FETCHING);
if (activeFetch) {
const activeFetchDate = day(activeFetch);