Skip to content

Commit

Permalink
Remove not needed get import
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Jun 26, 2024
1 parent 261dcf3 commit 34062fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/adapters/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import JSONAPIAdapter from '@ember-data/adapter/json-api';
import { camelize } from '@ember/string';
import ENV from 'pass-ui/config/environment';
import { inject as service } from '@ember/service';
import { get } from '@ember/object';

/**
* PASS specific extensions for Ember Data's JSON:API adapter
Expand Down

0 comments on commit 34062fa

Please sign in to comment.