fix(backend): use generated import extension

This commit is contained in:
Gabriel Brown
2026-07-10 17:15:34 -04:00
parent bdb2964e34
commit 906f906ad3
+1 -1
View File
@@ -1,6 +1,6 @@
import { v } from 'convex/values'; import { v } from 'convex/values';
import { internalMutation } from './_generated/server'; import { internalMutation } from './_generated/server.js';
// One-shot backfill: preserve existing automatic fast-forward behavior for // One-shot backfill: preserve existing automatic fast-forward behavior for
// GitHub spoons now that refreshes honor autoSyncEnabled. Idempotent. // GitHub spoons now that refreshes honor autoSyncEnabled. Idempotent.