Skip to content

Commit 279a503

Browse files
committed
undo hack b/c convex v1.21 fixes it
1 parent 99576a7 commit 279a503

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@convex-dev/workpool": "^0.2.6",
107107
"@mastra/core": "^0.6.4",
108108
"ai": "^4.2.0",
109-
"convex": ">=1.17.0 <1.25.0",
109+
"convex": ">=1.21.0 <1.25.0",
110110
"convex-helpers": "^0.1.74",
111111
"sift": "^17.1.3"
112112
},

src/component/_generated/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ import { anyApi, componentsGeneric } from "convex/server";
2020
*/
2121
export const api = anyApi;
2222
export const internal = anyApi;
23-
24-
/**
25-
* @type {ReturnType<typeof import('convex/server').componentsGeneric>}
26-
*/
2723
export const components = componentsGeneric();

0 commit comments

Comments
 (0)