fix: format

This commit is contained in:
karishmas6
2024-09-27 23:38:45 +05:30
parent e0d17f5e67
commit 5be7fe6bad

View File

@@ -122,4 +122,3 @@ export const processGoogleSheetUpdates = async () => {
await new Promise(resolve => setTimeout(resolve, 5000));
}
};