chore: 🎨 format
This commit is contained in:
parent
d9274de0a7
commit
6e8aa76f2d
2 changed files with 4 additions and 7 deletions
|
@ -14,10 +14,7 @@ import {
|
||||||
import type { Packed } from "@/misc/schema.js";
|
import type { Packed } from "@/misc/schema.js";
|
||||||
import { nyaize } from "@/misc/nyaize.js";
|
import { nyaize } from "@/misc/nyaize.js";
|
||||||
import { awaitAll } from "@/prelude/await-all.js";
|
import { awaitAll } from "@/prelude/await-all.js";
|
||||||
import {
|
import { convertReactions, decodeReaction } from "@/misc/reaction-lib.js";
|
||||||
convertReactions,
|
|
||||||
decodeReaction,
|
|
||||||
} from "@/misc/reaction-lib.js";
|
|
||||||
import type { NoteReaction } from "@/models/entities/note-reaction.js";
|
import type { NoteReaction } from "@/models/entities/note-reaction.js";
|
||||||
import {
|
import {
|
||||||
aggregateNoteEmojis,
|
aggregateNoteEmojis,
|
||||||
|
|
Loading…
Reference in a new issue