Browse Source

lint fix

pull/358/head
Michael Shanks 6 years ago
parent
commit
3b506f59cb
  1. 1
      packages/client/src/state/bbComponentApi.js
  2. 2
      packages/server/src/api/routes/tests/couchTestUtils.js

1
packages/client/src/state/bbComponentApi.js

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

2
packages/server/src/api/routes/tests/couchTestUtils.js

@ -178,7 +178,7 @@ const createUserWithPermissions = async (
const loginResult = await request
.post(`/api/authenticate`)
.set({ Cookie: `budibase:appid=${designDoc.metadata.applicationId}`})
.set({ Cookie: `budibase:appid=${designDoc.metadata.applicationId}` })
.send({ username, password })
// returning necessary request headers

Loading…
Cancel
Save