1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

PR comments.

This commit is contained in:
mike12345567 2024-07-22 16:47:37 +01:00
parent d55aa3f8fb
commit 3ed1c43915

View file

@ -2536,7 +2536,7 @@ describe.each([
type: FieldType.STRING,
},
})
await context.doInAppContext(config.appId!, async () => {
await context.doInAppContext(config.getAppId(), async () => {
const db = context.getAppDB()
const tableDoc = await db.get<Table>(table._id!)
tableDoc.schema.Name = {