Skip to content

Commit

Permalink
Merge branch 'refactor/action_helper_usage' into refactor/action_help…
Browse files Browse the repository at this point in the history
…er_usage_electric_boogaloo
  • Loading branch information
DrumsnChocolate committed Nov 5, 2024
2 parents cf0a533 + 4f53b89 commit 8ab55a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/debit/collections/collection/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class CollectionEditController extends EditController {
}

@action
async submit() {
async submit(event) {

Check failure on line 29 in app/controllers/debit/collections/collection/edit.js

View workflow job for this annotation

GitHub Actions / Lint

'event' is defined but never used
this.errorMessage = null;
try {
await this.model.saveWithTransactions();
Expand Down

0 comments on commit 8ab55a1

Please sign in to comment.