Skip to content

Commit

Permalink
Remove unused field in types/organiation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Mar 4, 2024
1 parent d0ffee4 commit 9c27a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/types/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ export interface OrganizationTag {
tags: OrganizationTag[];
organizations: Organization[];
scans: Scan[];
state: string;
}

0 comments on commit 9c27a3e

Please sign in to comment.