*Bug fix done

This commit is contained in:
Derrick Hammer 2023-04-09 17:15:13 -04:00
parent b23289b8eb
commit dbe399c477
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export class IPFSClient extends Client {
return {
value: chunk,
done: true as const,
done,
};
},
};