Skip to content

Commit

Permalink
fix(vats): Fix type of chain storage node
Browse files Browse the repository at this point in the history
ChainStorageNode is not defined as a distinct type of StorageNode.
  • Loading branch information
kriskowal committed Jul 26, 2022
1 parent fd32422 commit 002b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/src/lib-chainStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const makeNullStorageNode = () => {
* Convience function for falling back to non-storage when chain storage isn't available.
* Also takes an optional childname.
*
* @param {ERef<ChainStorageNode?>} chainStorage
* @param {ERef<StorageNode?>} chainStorage
* @param {string} [childName]
* @returns {Promise<StorageNode>}
*/
Expand Down

0 comments on commit 002b652

Please sign in to comment.