chore (minor, backend): organize imports
This commit is contained in:
parent
f412d7ace3
commit
884c69f377
1 changed files with 1 additions and 2 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Reference in a new issue