Skip to content

Commit 4536eab

Browse files
authored
Update src/contract2/sdk.ts
1 parent 1281a2b commit 4536eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contract2/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ export function useMapping<Params extends any[], ValueType>(keys: string[], defa
2828
state.set(interleavedKey.join('/'), args[args.length - 1]);
2929
}
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)