Skip to content

Commit

Permalink
refactor(chore): fix sonar code smells (#98)
Browse files Browse the repository at this point in the history
* refactor(chore): fix sonar code smells

fix sonar code smells after new analysis related to camel case
conventions of mixins, any types and unexpected console statements

GH-97

* refactor(chore): reduce sonar duplicate lines of code

reduce sonar cloud duplications by
refactoring the repeated lines of code in audit mixin

GH-97
  • Loading branch information
sf-sahil-jassal authored Jan 10, 2024
1 parent f7713ea commit 8ac3dad
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 218 deletions.
2 changes: 0 additions & 2 deletions src/component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {Component, ProviderMap} from '@loopback/core';

export class AuditLogComponent implements Component {
constructor() {}

providers?: ProviderMap = {};
}
Loading

0 comments on commit 8ac3dad

Please sign in to comment.