Fix for TS issue with old DB type (#2030)

This commit is contained in:
Matt Aitken
2025-05-07 20:51:36 +01:00
committed by GitHub
parent d23fa38a0a
commit 87630bc64f
2 changed files with 1 additions and 2 deletions
@@ -1,5 +1,5 @@
import { type RuntimeEnvironmentType, WaitpointTokenStatus } from "@trigger.dev/core/v3";
import { type RunEngineVersion, type WaitpointResolver } from "@trigger.dev/database";
import { type RunEngineVersion } from "@trigger.dev/database";
import { z } from "zod";
import { CoercedDate } from "~/utils/zod";
import { ServiceValidationError } from "~/v3/services/baseService.server";
@@ -1,7 +1,6 @@
import parse from "parse-duration";
import {
Prisma,
type WaitpointResolver,
type RunEngineVersion,
type RuntimeEnvironmentType,
type WaitpointStatus,