API: Remove fetch polyfill
All browser except IE have supported this for longer than Pleroma even exists.
This commit is contained in:
parent
178ff1672d
commit
0c36486299
2 changed files with 1 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue