From 87614dde428ca1628d9db9a9581f99e65ec29b13 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 11 Oct 2021 15:23:33 +0200 Subject: [PATCH] fixed movement of legals.ts Signed-off-by: Avior --- utils/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/util.ts b/utils/util.ts index b50705e..31594f1 100644 --- a/utils/util.ts +++ b/utils/util.ts @@ -1,7 +1,7 @@ import { Card, Set } from 'db/interfaces' import glob from 'glob' import fetch from 'node-fetch' -import * as legals from '../db/legals' +import * as legals from '../db/meta/legals' export function urlize(str: string): string { return str