chore: format

This commit is contained in:
naskya 2024-04-21 05:57:05 +09:00
parent a2699e6687
commit 488323cc8e
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -1,11 +1,7 @@
import { publishMainStream } from "@/services/stream.js";
import type { Note } from "@/models/entities/note.js";
import type { User } from "@/models/entities/user.js";
import {
NoteUnreads,
Followings,
ChannelFollowings,
} from "@/models/index.js";
import { NoteUnreads, Followings, ChannelFollowings } from "@/models/index.js";
import { Not, IsNull, In } from "typeorm";
import type { Channel } from "@/models/entities/channel.js";
import { readNotificationByQuery } from "@/server/api/common/read-notification.js";