Skip to content

Commit

Permalink
Change import of deprecate from @ember/application/deprecations to @e…
Browse files Browse the repository at this point in the history
…mber/debug (#458)
  • Loading branch information
colinfkennedy authored and patocallaghan committed Oct 17, 2022
1 parent 6e2f0b7 commit e6d58e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/mocks/exposed-request-functions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { typeOf } from '@ember/utils';
import { deprecate } from '@ember/application/deprecations';
import { deprecate } from '@ember/debug';
import { assert } from '@ember/debug';
import Model from 'ember-data/model';
import FactoryGuy from '../factory-guy';
Expand Down

0 comments on commit e6d58e3

Please sign in to comment.