fix: import path

This commit is contained in:
Namekuji 2023-08-12 03:22:22 -04:00
parent a4b791d6cb
commit d06dee6287
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -19,7 +19,7 @@ import Logger from "@/services/logger.js";
import { UserProfiles } from "@/models/index.js"; import { UserProfiles } from "@/models/index.js";
import { getWordHardMute } from "@/misc/check-word-mute.js"; import { getWordHardMute } from "@/misc/check-word-mute.js";
import type { UserProfile } from "@/models/entities/user-profile.js"; import type { UserProfile } from "@/models/entities/user-profile.js";
import { scyllaQueries } from "./cql"; import { scyllaQueries } from "@/db/cql.js";
function newClient(): Client | null { function newClient(): Client | null {
if (!config.scylla) { if (!config.scylla) {