mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
refactor(backend): Remove Useless Variable
This commit is contained in:
parent
372e141bcf
commit
ab5c247f09
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue