Skip to content

Commit

Permalink
Fixing code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenrac committed Dec 16, 2020
1 parent dd09fca commit 229af83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/client/needle-api/needle-client-xamarin.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ module.exports = class extends needleBase {
}

addServiceInDI(entityName) {
const lowerCasedEntityName = _.kebabCase(entityName);
const lowerEntityName = _.toLower(entityName);
const errorMessage = `${chalk.yellow('Reference to ') + entityName} ${chalk.yellow('not added to Program.\n')}`;
const programPath = `src/${this.mainClientDir}/App.cs`;
Expand Down

0 comments on commit 229af83

Please sign in to comment.