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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user