diff --git a/packages/backend/migration/1751848750315-RemoteSuspend.js b/packages/backend/migration/1751848750315-RemoteSuspend.js index d49e14dc21..8edc0d88e6 100644 --- a/packages/backend/migration/1751848750315-RemoteSuspend.js +++ b/packages/backend/migration/1751848750315-RemoteSuspend.js @@ -2,16 +2,7 @@ * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ - -/** - * @typedef {import('typeorm').MigrationInterface} MigrationInterface - */ - -/** - * @class - * @implements {MigrationInterface} - */ -module.exports = class RemoteSuspend1751848750315 { +export class RemoteSuspend1751848750315 { name = 'RemoteSuspend1751848750315' async up(queryRunner) {