Skip to content

Commit e623659

Browse files
committed
prettier
1 parent af896cb commit e623659

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/convex-helpers/server/customFunctions.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@ export const outerRemoves = outerRemover({
364364
*/
365365
const extraArgQueryBuilder = customQuery(query, {
366366
args: { a: v.string() },
367-
input: async (_ctx, args, { extraArg }: { extraArg: string }) => ({ ctx: {extraArg}, args }),
367+
input: async (_ctx, args, { extraArg }: { extraArg: string }) => ({
368+
ctx: { extraArg },
369+
args,
370+
}),
368371
});
369372
export const extraArgQuery = extraArgQueryBuilder({
370373
args: {},

0 commit comments

Comments
 (0)