Fix
This commit is contained in:
parent
a56cf55ffa
commit
871a0e83cf
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export interface EnteCache {
|
|||
* across namespaces.
|
||||
*/
|
||||
export const openCache = async (name: CacheName) =>
|
||||
globalThis.electron ? openWebCache(name) : openOPFSCacheWeb(name);
|
||||
globalThis.electron ? openOPFSCacheWeb(name) : openWebCache(name);
|
||||
|
||||
/** An implementation of {@link EnteCache} using Web Cache APIs */
|
||||
const openWebCache = async (name: CacheName) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue