Merge branch 'fix/budi-6657' of github.com:Budibase/budibase into fix/budi-6657

This commit is contained in:
mike12345567 2023-03-27 19:39:08 +01:00
commit 2e0e5a0aa8
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ import { generateUserMetadataID, isDevAppID } from "../db/utils"
import { getCachedSelf } from "../utilities/global"
import env from "../environment"
import { isWebhookEndpoint } from "./utils"
import { BBContext } from "@budibase/types"
import { UserCtx } from "@budibase/types"
export default async (ctx: BBContext, next: any) => {
export default async (ctx: UserCtx, next: any) => {
// try to get the appID from the request
let requestAppId = await utils.getAppIdFromCtx(ctx)
// get app cookie if it exists