refactor(backend): Remove Useless Variable

This commit is contained in:
Lilly Schramm 2025-06-18 20:30:40 +02:00
parent 372e141bcf
commit ab5c247f09

View file

@ -57,8 +57,7 @@ describe('AbuseReportNotificationService', () => {
// --------------------------------------------------------------------------------------
const metaInitial = {} as MiMeta;
const meta = { ...metaInitial };
const meta = {} as MiMeta;
function updateMeta(newMeta: Partial<MiMeta>): void {
for (const key in meta) {