Skip to content

Commit

Permalink
feat: remove import fetch from classic-test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jul 27, 2023
1 parent 2a57e5f commit a7f5581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/classic-test-app/app/authenticators/torii.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { inject as service } from '@ember/service';
import Torii from 'ember-simple-auth/authenticators/torii';
import fetch from "fetch";

export default Torii.extend({
torii: service(),
Expand Down

0 comments on commit a7f5581

Please sign in to comment.