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