mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 08:06:56 +00:00
삭제된 파일의 캐시가 존재하는 경우 캐시 페이지의 로딩이 끝나지 않는 버그 수정
This commit is contained in:
@@ -30,10 +30,6 @@ export class FilesystemCache<K, V extends RV, RV = V> {
|
||||
|
||||
return info ?? promise;
|
||||
}
|
||||
|
||||
delete(key: K) {
|
||||
this.map.delete(key);
|
||||
}
|
||||
}
|
||||
|
||||
export const decryptDirectoryMetadata = async (
|
||||
|
||||
Reference in New Issue
Block a user