Fix for TS issue with old DB type (#2030)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user