mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 10:42:09 +00:00
fixed movement of legals.ts
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
5069fb9945
commit
87614dde42
@ -1,7 +1,7 @@
|
|||||||
import { Card, Set } from 'db/interfaces'
|
import { Card, Set } from 'db/interfaces'
|
||||||
import glob from 'glob'
|
import glob from 'glob'
|
||||||
import fetch from 'node-fetch'
|
import fetch from 'node-fetch'
|
||||||
import * as legals from '../db/legals'
|
import * as legals from '../db/meta/legals'
|
||||||
|
|
||||||
export function urlize(str: string): string {
|
export function urlize(str: string): string {
|
||||||
return str
|
return str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user