chore (backend): fix import
This commit is contained in:
parent
ca7aecad84
commit
a0ebad442d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import fetch from "node-fetch";
|
|||
import { Converter } from "opencc-js";
|
||||
import { getAgentByUrl } from "@/misc/fetch.js";
|
||||
import { fetchMeta } from "backend-rs";
|
||||
import type { PostLanguage } from "@/misc/langmap";
|
||||
import type { PostLanguage } from "firefish-js";
|
||||
import * as deepl from "deepl-node";
|
||||
|
||||
// DeepL translate and LibreTranslate don't provide
|
||||
|
|
Loading…
Reference in a new issue