chore (minor, backend): organize imports

This commit is contained in:
naskya 2024-04-15 04:34:00 +09:00
parent f412d7ace3
commit 884c69f377
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,7 +1,6 @@
import { emojiRegex } from "./emoji-regex.js";
import { fetchMeta } from "backend-rs";
import { fetchMeta, toPuny } from "backend-rs";
import { Emojis } from "@/models/index.js";
import { toPuny } from "backend-rs";
import { IsNull } from "typeorm";
export function convertReactions(reactions: Record<string, number>) {