@ -33,8 +33,7 @@ exports.authenticate = async ctx => {
const payload = {
userId: dbUser._id,
accessLevelId: dbUser.accessLevelId,
version: app.version,
appId,
version: app.version
}
// if in cloud add the user api key
if (env.CLOUD) {
@ -10,7 +10,6 @@ module.exports = async (ctx, appId, version) => {
const builderUser = {
userId: "BUILDER",
accessLevelId: BUILDER_LEVEL_ID,
version,
if (env.BUDIBASE_API_KEY) {