From 19901eb828baa351511731860c8e0bab8e2bc274 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 19 Aug 2023 15:07:57 -0500 Subject: [PATCH] scripts/relays: fix import --- scripts/relays.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/relays.ts b/scripts/relays.ts index ab4e7aba..94d0afd8 100644 --- a/scripts/relays.ts +++ b/scripts/relays.ts @@ -1,6 +1,6 @@ import { addRelays } from '@/db/relays.ts'; import { filteredArray } from '@/schema.ts'; -import { relaySchema } from '~/src/utils.ts'; +import { relaySchema } from '@/utils.ts'; switch (Deno.args[0]) { case 'sync':