1
0
Fork 0
mirror of synced 2024-06-25 01:20:55 +12:00

Protection for real app IDs.

This commit is contained in:
mike12345567 2022-10-19 11:47:07 +01:00
parent 0cf5bf26a0
commit a1065cc143
2 changed files with 2 additions and 4 deletions

View file

@ -1,9 +1,6 @@
import { db as dbCore } from "@budibase/backend-core"
import { budibaseTempDir } from "../../../utilities/budibaseDir"
import {
retrieveDirectory,
retrieve,
} from "../../../utilities/fileSystem/utilities"
import { retrieveDirectory } from "../../../utilities/fileSystem/utilities"
import { streamFile } from "../../../utilities/fileSystem"
import { ObjectStoreBuckets } from "../../../constants"
import {

View file

@ -16,4 +16,5 @@ export interface BBContext {
body?: any
redirect?: any
attachment: any
throw: any
}