mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
feat(inji-411): Remove caching for vc files (#995)
Signed-off-by: Tilak Puli <tilakpuli15@gmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@ class Storage {
|
||||
}
|
||||
|
||||
private static async readVCFromFile(key: string) {
|
||||
return await FileStorage.readFromCacheFile(getFilePath(key));
|
||||
return await FileStorage.readFile(getFilePath(key));
|
||||
}
|
||||
|
||||
private static async storeVC(key: string, data: string) {
|
||||
|
||||
Reference in New Issue
Block a user