Skip to content

Commit

Permalink
Update deprecation-workflow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hiTyagi authored Aug 29, 2024
1 parent ec607aa commit de36b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/deprecation-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ window.deprecationWorkflow.config = {
throwOnUnhandled: true,
workflow: [
{ handler: 'silence', matchId: 'ember-string.add-package' },
{ handler: 'silence', matchId: 'component-template-resolving' }
{ handler: 'silence', matchId: 'component-template-resolving' },
],
};

0 comments on commit de36b79

Please sign in to comment.