Skip to content

Commit 9c71790

Browse files
committed
update getFileInfo to getFileInfoLocal
1 parent 33607f9 commit 9c71790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

we-applet/src/appletServices/getAssetInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function getAssetInfo(
4444
console.log("Files/we-applet/getAssetInfo(): cellProxy?", !!cellProxy);
4545
const proxy/*: FilesProxy */ = new FilesProxy(cellProxy);
4646
console.log("Files/we-applet/getAssetInfo(): getFile()", intoDhtId(wal.hrl[1]), proxy);
47-
const manifest = await proxy.getFileInfo(wal.hrl[1]);
47+
const manifest = await proxy.getFileInfoLocal(wal.hrl[1]);
4848
console.log("Files/we-applet/getAssetInfo(): file", manifest.description);
4949
return {
5050
icon_src: wrapPathInSvg(mdiFileOutline),

0 commit comments

Comments
 (0)