Skip to content

Commit

Permalink
Fix (backend): Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Oct 21, 2024
1 parent fd8a902 commit 79d42fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
this.moderationLogService.log(me, 'approve', {
userId: user.id,
userUsername: user.username,
userHost: user.host,
});
});
}
Expand Down

0 comments on commit 79d42fc

Please sign in to comment.