Remove todo

This commit is contained in:
Adria Navarro 2024-04-11 09:14:04 +02:00
parent 2413d34c3a
commit e8dbb8f681
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const HBS_REGEX = /{{([^{].*?)}}/g
export const getValidOperatorsForType = (
fieldType: { type: FieldType; subtype?: FieldSubtype },
field: string,
datasource: Datasource & { tableId: any } // TODO: is this table id ever populated?
datasource: Datasource & { tableId: any }
) => {
const Op = OperatorOptions
const stringOps = [