Removing ts-ignore.

This commit is contained in:
mike12345567 2024-10-18 18:23:01 +01:00
parent 2b3775ce50
commit b46626c926
2 changed files with 0 additions and 2 deletions

View File

@ -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(),

View File

@ -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",