Skip to content

Commit

Permalink
fix more dumb mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
matoszz committed Oct 21, 2024
1 parent 8541eaa commit da2269d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ent/schema/risk.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (Risk) Fields() []ent.Field {
field.String("risk_type").
Optional().
Comment("type of the risk, e.g. strategic, operational, financial, external, etc."),
field.Text("business costs").
field.Text("business_costs").
Optional().
Comment("business costs associated with the risk"),
field.Text("impact").
Expand Down

0 comments on commit da2269d

Please sign in to comment.