mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
refactor: chanage raise_to_date to money_raised_to_date
This commit is contained in:
parent
a079900756
commit
398ef2fe25
@ -86,7 +86,7 @@ export default function Apply() {
|
||||
return {
|
||||
"company_name": companyName,
|
||||
"business_type_id": await getBusinessTypeID(),
|
||||
"raise_to_date": moneyRaisedToDate, //TODO change to money_raised_to_date in database and change type to number
|
||||
"money_raised_to_date": moneyRaisedToDate,
|
||||
"is_in_us": isInUS,
|
||||
"is_for_sale": isForSale,
|
||||
"is_generating_revenue": isGeneratingRevenue,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user