Skip to content

Commit

Permalink
Remove completed TODOs
Browse files Browse the repository at this point in the history
Remove TODO comments
  • Loading branch information
DJensen94 committed Mar 20, 2024
1 parent 0d8aa1a commit ba109ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/models/mini_data_lake/ticket_events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class TicketEvent extends BaseEntity {
@PrimaryGeneratedColumn()
id: string;

// TODO verify this is unique
@Column({
nullable: true,
type: 'varchar',
Expand Down
1 change: 0 additions & 1 deletion backend/src/models/mini_data_lake/vuln_scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class VulnScan extends BaseEntity {
})
cpe: string | null;

//TODO link cve
@Column({
nullable: true,
type: 'varchar'
Expand Down

0 comments on commit ba109ef

Please sign in to comment.