Skip to content

Commit

Permalink
chore(vats): Update typedef to support new StorageMessage method "app…
Browse files Browse the repository at this point in the history
…end"
  • Loading branch information
gibson042 committed Aug 12, 2022
1 parent 81a68a0 commit c2c1da7
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 @@ -26,7 +26,7 @@ harden(sanitizePathSegment);
/**
* Must match the switch in vstorage.go using `vstorageMessage` type
*
* @typedef {'get' | 'getStoreKey' | 'set' | 'has' |'entries' | 'values' |'size' } StorageMessageMethod
* @typedef {'get' | 'getStoreKey' | 'set' | 'append' | 'has' |'entries' | 'values' |'size' } StorageMessageMethod
*/
/**
* @typedef {{key: string, method: StorageMessageMethod, value?: unknown}} StorageMessage
Expand Down

0 comments on commit c2c1da7

Please sign in to comment.