From ab5c247f09336b5d60abf1344df7983c818a5e6e Mon Sep 17 00:00:00 2001 From: Lilly Schramm Date: Wed, 18 Jun 2025 20:30:40 +0200 Subject: [PATCH] refactor(backend): Remove Useless Variable --- packages/backend/test/unit/AbuseReportNotificationService.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/backend/test/unit/AbuseReportNotificationService.ts b/packages/backend/test/unit/AbuseReportNotificationService.ts index 19ba238a55..a67cb3664a 100644 --- a/packages/backend/test/unit/AbuseReportNotificationService.ts +++ b/packages/backend/test/unit/AbuseReportNotificationService.ts @@ -57,8 +57,7 @@ describe('AbuseReportNotificationService', () => { // -------------------------------------------------------------------------------------- - const metaInitial = {} as MiMeta; - const meta = { ...metaInitial }; + const meta = {} as MiMeta; function updateMeta(newMeta: Partial): void { for (const key in meta) {