Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Budibase/budibase into v3-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Oct 18, 2024
2 parents ff659a0 + 9ef159f commit 2b3775c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/api/routes/tests/row.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2087,6 +2087,7 @@ describe.each([
)
tableId = table._id!

// @ts-ignore - until AI implemented
const rowValues: Record<keyof typeof fullSchema, any> = {
[FieldType.STRING]: generator.guid(),
[FieldType.LONGFORM]: generator.paragraph(),
Expand Down
1 change: 1 addition & 0 deletions packages/server/src/tests/utilities/structures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ export function fullSchemaWithoutLinks({
}): {
[type in Exclude<FieldType, FieldType.LINK>]: FieldSchema & { type: type }
} {
// @ts-ignore - until AI implemented
return {
[FieldType.STRING]: {
name: "string",
Expand Down

0 comments on commit 2b3775c

Please sign in to comment.