one more duplicate import

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

View File

@ -14,7 +14,6 @@ import {
Emojis, Emojis,
Blockings, Blockings,
} from "@/models/index.js"; } from "@/models/index.js";
import { IsNull, Not } from "typeorm";
import { perUserReactionsChart } from "@/services/chart/index.js"; import { perUserReactionsChart } from "@/services/chart/index.js";
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";