fix(sync): honor per-spoon auto-sync settings
This commit is contained in:
@@ -190,7 +190,7 @@ export const createForkSpoonRecord = internalMutation({
|
||||
ownerId: args.ownerId,
|
||||
autoRefreshEnabled: true,
|
||||
autoReviewEnabled: true,
|
||||
autoSyncEnabled: false,
|
||||
autoSyncEnabled: true,
|
||||
requireAiLowRiskForSync: true,
|
||||
requireCleanCompareForSync: true,
|
||||
ignoredFilePatterns: [],
|
||||
|
||||
Reference in New Issue
Block a user