Removed transformApiSiteData import

This commit is contained in:
Simon Backx 2022-08-11 17:29:37 +02:00
parent 58d32b3c82
commit 163367dd93

View File

@ -1,5 +1,3 @@
import {transformApiSiteData} from './helpers';
function setupGhostApi({siteUrl = window.location.origin, apiUrl, apiKey}) {
const apiPath = 'members/api';