diff options
| author | lain <lain@soykaf.club> | 2020-06-11 18:49:39 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-06-11 18:49:39 +0200 |
| commit | 0c364862991907ecd3073503af6b389c305fd53e (patch) | |
| tree | d70004e233ff59fe2c12322489bc852f07eb620b /src/services/api/api.service.js | |
| parent | 178ff1672d60320a5fbb8c11133eaee4a14c3781 (diff) | |
API: Remove fetch polyfill
All browser except IE have supported this for longer than
Pleroma even exists.
Diffstat (limited to 'src/services/api/api.service.js')
| -rw-r--r-- | src/services/api/api.service.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/api/api.service.js b/src/services/api/api.service.js index b3082bc5..dfffc291 100644 --- a/src/services/api/api.service.js +++ b/src/services/api/api.service.js @@ -1,6 +1,5 @@ import { each, map, concat, last, get } from 'lodash' import { parseStatus, parseUser, parseNotification, parseAttachment } from '../entity_normalizer/entity_normalizer.service.js' -import 'whatwg-fetch' import { RegistrationError, StatusCodeError } from '../errors/errors' /* eslint-env browser */ |
