1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00

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

View file

@ -10,9 +10,9 @@ import { generateUserMetadataID, isDevAppID } from "../db/utils"
import { getCachedSelf } from "../utilities/global" import { getCachedSelf } from "../utilities/global"
import env from "../environment" import env from "../environment"
import { isWebhookEndpoint } from "./utils" 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 // try to get the appID from the request
let requestAppId = await utils.getAppIdFromCtx(ctx) let requestAppId = await utils.getAppIdFromCtx(ctx)
// get app cookie if it exists // get app cookie if it exists