chore: Se asigna estado por defecto en vez de en on_change_prospect
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-12 13:32:52 -05:00
parent 428767ab81
commit 51d81797d8
2 changed files with 11 additions and 18 deletions

View File

@@ -1,10 +0,0 @@
class ProspectTraceStates():
@staticmethod
def get_prospect_trace_states():
states = [
('unassigned', 'Unassigned'),
('open', 'Open'),
('with_pending_calls', 'With pending calls'),
('closed', 'Closed')
]
return states