Skip to content

Commit 2a13d16

Browse files
samuvethChaituVR
andauthored
Update types.ts (#910)
* Update types.ts * v0.7.1 --------- Co-authored-by: Chaitanya <[email protected]>
1 parent 57406b6 commit 2a13d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/sign/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface UpdateProposal {
4343
}
4444

4545
export interface FlagProposal {
46-
from: string;
46+
from?: string;
4747
space: string;
4848
proposal: string;
4949
timestamp?: number;

0 commit comments

Comments
 (0)