fix: arg3 no longer needed for downloadFileForModelId

This commit is contained in:
Wesley F. Young
2024-08-29 21:21:45 +08:00
parent d2db4cf887
commit e1e4d038d9
3 changed files with 5 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ export interface NodeIKernelRichMediaService {
}): unknown;
//arg3为“”
downloadFileForModelId(peer: Peer, ModelId: string[], unknown: string): Promise<unknown>;
downloadFileForModelId(peer: Peer, ModelId: string[]): Promise<unknown>;
//第三个参数 Array<Type>
// this.fileId = "";