1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00

Protection for real app IDs.

This commit is contained in:
mike12345567 2022-10-19 11:47:07 +01:00
parent bdc4e29b2d
commit f5845a8a6e
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
}