Skip to content

Commit

Permalink
rm duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jul 1, 2024
1 parent 604fe6b commit e8463fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ilios-common/addon/services/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default class StoreService extends BaseStore {
constructor() {
super(...arguments);
this.requestManager = new RequestManager();
this.requestManager = new RequestManager();
this.requestManager.use([LegacyNetworkHandler, Fetch]);
this.requestManager.useCache(CacheHandler);
}
Expand Down

0 comments on commit e8463fe

Please sign in to comment.