mirror of
https://github.com/Qortal/qapp-core.git
synced 2025-06-17 10:31:21 +00:00
fix cache issue
This commit is contained in:
parent
700d5374ed
commit
0e6a5e14a9
@ -357,6 +357,7 @@ export const useResources = (retryAttempts: number = 2, maxSize = 5242880) => {
|
||||
}, 600000);
|
||||
resourcesToDelete.forEach((item)=> {
|
||||
markResourceAsDeleted(item);
|
||||
setPublish(item, null);
|
||||
})
|
||||
return true;
|
||||
}, []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user