fix: formatting

This commit is contained in:
Moyasee
2025-10-30 23:26:22 +02:00
parent 101bc35460
commit 4dd3c9de76
8 changed files with 108 additions and 55 deletions

View File

@@ -11,6 +11,8 @@ export const getLastDownloadSourcesCheck = async (): Promise<string | null> => {
}
};
export const updateLastDownloadSourcesCheck = async (timestamp: string): Promise<void> => {
export const updateLastDownloadSourcesCheck = async (
timestamp: string
): Promise<void> => {
await db.put(levelKeys.lastDownloadSourcesCheck, timestamp);
};
};