mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
fix: formatting
This commit is contained in:
@@ -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);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user