mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
remove unused code
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ export function clearCaches(cacheNames: string[], cacheNamePrefixes?: string[]):
|
|||||||
return Promise.reject();
|
return Promise.reject();
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve) => {
|
||||||
const promises = [];
|
const promises = [];
|
||||||
|
|
||||||
for (const cacheName of cacheNames) {
|
for (const cacheName of cacheNames) {
|
||||||
|
|||||||
Reference in New Issue
Block a user