Skip to content

Commit

Permalink
Update "deprecate" to import from @ember/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Aug 27, 2021
1 parent a51315a commit c58d562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { A } from '@ember/array';
import { getOwner } from '@ember/application';
import { inject } from '@ember/service';
import Ember from 'ember';
import { deprecate } from '@ember/application/deprecations';
import { deprecate } from '@ember/debug';
import Configuration from './../configuration';

import isFastBoot from 'ember-simple-auth/utils/is-fastboot';
Expand Down

0 comments on commit c58d562

Please sign in to comment.