We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3564676 commit f9f0c14Copy full SHA for f9f0c14
1 file changed
src/app/service/content/gm_api/cat_agent_opfs.ts
@@ -59,7 +59,7 @@ export default class CATAgentOPFSApi {
59
const ctx = this as unknown as GMBaseContext;
60
return ctx.sendMessage("CAT_agentOPFS", [
61
{ action: "readAttachment", id, format, scriptUuid: ctx.scriptRes?.uuid || "" } as OPFSApiRequest,
62
- ]) as Promise<{ id: string; blobUrl?: string; content?: string; size: number; mimeType?: string }>;
+ ]) as unknown as Promise<{ id: string; blobUrl?: string; content?: string; size: number; mimeType?: string }>;
63
}
64
65
@GMContext.API({ follow: "CAT.agent.opfs" })
0 commit comments