This commit is contained in:
Michael Shanks 2020-06-12 21:11:39 +01:00
parent f956e141b4
commit 5b59a110a6
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ export const bbFactory = ({
componentLibraries,
onScreenSlotRendered,
}) => {
const apiCall = method => (url, body) =>
fetch(url, {
method: method,