Skip to content

Commit

Permalink
Removing ts-ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Oct 18, 2024
1 parent 2b3775c commit b46626c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/server/src/api/routes/tests/row.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,6 @@ 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: 0 additions & 1 deletion packages/server/src/tests/utilities/structures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ 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 b46626c

Please sign in to comment.