Skip to content

Commit

Permalink
fix: pusher should not be disabled if host is not given (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren authored Nov 11, 2024
1 parent 19f47e3 commit 3d6d5f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion keep/api/core/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def get_pusher_client() -> Pusher | None:
pusher_app_secret = os.environ.get("PUSHER_APP_SECRET")
if (
PUSHER_DISABLED
or pusher_host is None
or pusher_app_id is None
or pusher_app_key is None
or pusher_app_secret is None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keep"
version = "0.28.5"
version = "0.28.6"
description = "Alerting. for developers, by developers."
authors = ["Keep Alerting LTD"]
readme = "README.md"
Expand Down

0 comments on commit 3d6d5f1

Please sign in to comment.