Skip to content

Commit

Permalink
Add series G to funding round enum
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Dec 18, 2024
1 parent 260e3b1 commit f0577cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/types/company.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export enum FundingRound {
SERIES_D = "Series D",
SERIES_E = "Series E",
SERIES_F = "Series F",
SERIES_G = "Series G",
SERIES_UNKNOWN = "Series Unknown",
PRIVATE_EQUITY = "Private Equity",
CORPORATE_ROUND = "Corporate Round",
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class FundingRound(enum.Enum):
SERIES_D = "Series D"
SERIES_E = "Series E"
SERIES_F = "Series F"
SERIES_G = "Series G"
SERIES_UNKNOWN = "Series Unknown"
PRIVATE_EQUITY = "Private Equity"
EQUITY_CROWDFUNDING = "Equity Crowdfunding"
Expand Down

0 comments on commit f0577cb

Please sign in to comment.