mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed incorrect event api response handling
no refs
This commit is contained in:
parent
a6d38f8c58
commit
d3295ccc13
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function setupGhostApi({siteUrl = window.location.origin}) {
|
|||
if (!res.ok) {
|
||||
return null;
|
||||
}
|
||||
return res.json();
|
||||
return res.text();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue