Skip to content

Commit

Permalink
🚨 : correct linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit authored Jul 15, 2020
1 parent 72fc1ee commit 87e46ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/client/app/pages/stacks/stack-creation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
.filter((cred) => cred.provider === this.module.mainProvider)
.map((cred) => ({ value: cred.id, text: cred.name }));
this.stack.moduleId = this.module.id;
this.stack.variableValues = {};
this.stack.variables = this.module.variables.map((variable) => ({
Expand Down

0 comments on commit 87e46ff

Please # to comment.