This commit is contained in:
ThatOneCalculator 2023-03-16 18:42:45 -07:00
parent a7f6e9327d
commit 2422a8fe7a
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import type { CacheableUser } from "@/models/entities/user.js";
import { User } from "@/models/entities/user.js"; import { User } from "@/models/entities/user.js";
import type { Note } from "@/models/entities/note.js"; import type { Note } from "@/models/entities/note.js";
import { PollVotes, NoteWatchings, Polls, Blockings } from "@/models/index.js"; import { PollVotes, NoteWatchings, Polls, Blockings } from "@/models/index.js";
import { Not } from "typeorm";
import { genId } from "@/misc/gen-id.js"; import { genId } from "@/misc/gen-id.js";
import { createNotification } from "../../create-notification.js"; import { createNotification } from "../../create-notification.js";