fix (backend): imports

This commit is contained in:
naskya 2024-02-22 03:14:26 +09:00
parent c79248d07c
commit ea5312148f
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
// https://gist.github.com/nfantone/1eaa803772025df69d07f4dbf5df7e58
"use strict";
const inspect = require("node:util");
import { inspect } from "node:util";
/**
* @callback BeforeShutdownListener

View file

@ -3,7 +3,7 @@ import { Users, Followings } from "@/models/index.js";
import type { ILocalUser, IRemoteUser, User } from "@/models/entities/user.js";
import { deliver } from "@/queue/index.js";
import { skippedInstances } from "@/misc/skipped-instances.js";
import { apLogger } from "./logger";
import { apLogger } from "./logger.js";
import { inspect } from "node:util";
//#region types