fix (backend): update import

This commit is contained in:
naskya 2024-04-22 05:52:56 +09:00
parent 4c91e8e37f
commit a107d8c1ec
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
import define from "@/server/api/define.js";
import { genId } from "backend-rs";
import { fetchMeta, genId } from "backend-rs";
import { Antennas, UserLists, UserGroupJoinings } from "@/models/index.js";
import { ApiError } from "@/server/api/error.js";
import { publishInternalEvent } from "@/services/stream.js";
import { fetchMeta } from "@/misc/fetch-meta.js";
export const meta = {
tags: ["antennas"],