Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: simpler export for FriendlyGet
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnygleason committed Sep 12, 2019
1 parent a9780bc commit e1340bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/friendlyGet.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import _ from 'lodash';
import allSettled from 'promise.allsettled';

class FriendlyGet {
export class FriendlyGet {
constructor() {
this.requests = {};
}
Expand Down Expand Up @@ -63,5 +63,3 @@ class FriendlyGet {
return compactResult;
}
}

export {FriendlyGet};

0 comments on commit e1340bc

Please sign in to comment.