From 026719733996d4fccc930dafcaf308a2d362874c Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 17 Jul 2025 15:08:47 +0900 Subject: [PATCH] fix migration file --- .../backend/migration/1751848750315-RemoteSuspend.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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) {