We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff18253 commit d40474fCopy full SHA for d40474f
example/convex/shuffle.ts
@@ -184,6 +184,6 @@ export const addAll = internalMutation({
184
titles: v.array(v.string()),
185
},
186
handler: async (ctx, { titles }) => {
187
- await Promise.all(titles.map((title) => _addMusic(ctx, { title })));
+ await Promise.all(titles.map((title) => addMusicHandler(ctx, { title })));
188
189
});
0 commit comments