Skip to content

Commit

Permalink
chore: delete todo annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxing9 committed Jan 18, 2025
1 parent 77d00e1 commit d13cc18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class FieldOpenApiService {
return await this.graphService.planFieldCreate(tableId, fieldRo);
}

// TODO add delete relative check
// need add delete relative check
async planFieldConvert(tableId: string, fieldId: string, updateFieldRo: IConvertFieldRo) {
return await this.graphService.planFieldConvert(tableId, fieldId, updateFieldRo);
}
Expand Down

0 comments on commit d13cc18

Please sign in to comment.