Skip to content

Commit

Permalink
Update parenttext_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edmoss345 authored Jul 9, 2024
1 parent 5d073f2 commit 5c8922d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parenttext_pipeline/models/parenttext_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ class SettingsProfileModel(DataRowModel):
class ReferralsModel(DataRowModel):
referrals: str = ''
option_name: str = ''
intro: str = ''


class SafeguardingRedirectModel(DataRowModel):
Expand Down Expand Up @@ -595,4 +596,4 @@ class GlobalVariableModel(DataRowModel):
var_value: str = ''

class IncentiveModel(DataRowModel):
amount: str = ''
amount: str = ''

0 comments on commit 5c8922d

Please sign in to comment.