Skip to content

Commit

Permalink
[Community] add deployment stopped at
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 7, 2024
1 parent 383a7a4 commit 30c4e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octobot/community/supabase_backend/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class BotDeploymentKeys(enum.Enum):
ERROR_STATUS = "error_status"
ACTIVITIES = "activities"
EXPIRATION_TIME = "expiration_time"
STOPPED_AT = "stopped_at"


class BotDeploymentActivitiesKeys(enum.Enum):
Expand Down

0 comments on commit 30c4e2c

Please sign in to comment.