fix(convex): rename helper modules to valid convex paths

This commit is contained in:
2026-04-03 19:59:50 +02:00
parent 081bf13e04
commit d7d715fd03
10 changed files with 12 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import { v } from "convex/values";
import { requireAuth } from "./helpers";
import type { Doc, Id } from "./_generated/dataModel";
import { isAdjustmentNodeType } from "../lib/canvas-node-types";
import { validateBatchNodesForUserOrThrow } from "./batch-validation-utils";
import { validateBatchNodesForUserOrThrow } from "./batch_validation_utils";
import {
getCanvasConnectionValidationMessage,
validateCanvasConnectionPolicy,