1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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) {