Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Mar 27, 2023
1 parent 7fb45b7 commit f9311b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/-private/store-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2361,7 +2361,7 @@ class Store {
createCache(storeWrapper: CacheStoreWrapper): Cache {
if (HAS_JSON_API_PACKAGE) {
if (_Cache === undefined) {
_Cache = (importSync('@ember-data/json-api') as typeof import('@ember-data/json-api')).Cache;
_Cache = (importSync('@ember-data/json-api') as typeof import('@ember-data/json-api')).default;
}

return new _Cache(storeWrapper);
Expand Down

0 comments on commit f9311b1

Please sign in to comment.