Skip to content

Commit

Permalink
updated redis import
Browse files Browse the repository at this point in the history
  • Loading branch information
GAMHnile committed Dec 12, 2024
1 parent 1759c50 commit 0a065ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/trpc/server/routers/viewer/slots/util.ts
Original file line number Diff line number Diff line change
@@ -29,7 +29,8 @@ import { TRPCError } from "@trpc/server";

import type { GetScheduleOptions } from "./getSchedule.handler";
import type { TGetScheduleInputSchema } from "./getSchedule.schema";
import { redis } from "@esa/cal-additions/lib/redis";
import { redis } from "../../../../../esa/lib/redis";


export const checkIfIsAvailable = ({
time,

0 comments on commit 0a065ca

Please sign in to comment.