mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 00:11:24 +00:00
Merge pull request #3599 from overleaf/ae-fetch-json-export
Remove default fetchJSON export GitOrigin-RevId: e5b1551c3fe0c0f8a4d95574117263667be04fed
This commit is contained in:
parent
ea07c7bfea
commit
ba6c74b2d6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export function deleteJSON(path, options) {
|
|||
return fetchJSON(path, { ...options, method: 'DELETE' })
|
||||
}
|
||||
|
||||
export default function fetchJSON(
|
||||
function fetchJSON(
|
||||
path,
|
||||
{ body = {}, headers = {}, method = 'GET', ...otherOptions }
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue