mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
update comment
This commit is contained in:
parent
0d69d628e8
commit
4c79fb3c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class AbandonReason(str, Enum):
|
|||
"""OpenHousing's coded reason a job was abandoned.
|
||||
|
||||
Only CARDED is used for now; the full HubSpot-outcome-to-code table is a
|
||||
documented follow-up (needs Abri's code list).
|
||||
documented follow-up - enum based on Abri codes needs creating and mapping from hubspot
|
||||
"""
|
||||
|
||||
CARDED = "CARDED"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue