Skip to content

Commit 6fdbd84

Browse files
committed
update type for ActionCtx to support tests
1 parent c08af03 commit 6fdbd84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@vitejs/plugin-react": "5.0.4",
7272
"chokidar-cli": "3.0.0",
7373
"convex": "1.29.0",
74-
"convex-test": "0.0.40",
74+
"convex-test": "0.0.41",
7575
"cpy-cli": "6.0.0",
7676
"eslint": "9.39.1",
7777
"eslint-plugin-react": "7.37.5",

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,5 +706,5 @@ type MutationCtx = Pick<
706706
>;
707707
type ActionCtx = Pick<
708708
GenericActionCtx<GenericDataModel>,
709-
"runQuery" | "runMutation" | "runAction"
709+
"runQuery" | "runMutation" | "storage"
710710
>;

0 commit comments

Comments
 (0)