Remove unnecessary bluebird dependency
This commit is contained in:
parent
b87476abc9
commit
42b6cd5a32
9 changed files with 10437 additions and 231 deletions
public/src/store
|
@ -1,5 +1,4 @@
|
|||
import request from 'superagent';
|
||||
import 'superagent-bluebird-promise';
|
||||
|
||||
export function fetchItem(service, type, id) {
|
||||
return request.get(`/${service}/${type}/${id}.json`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue