fix(kanban): ignore stale HERMES_KANBAN_BOARD for removed boards
This commit is contained in:
@@ -206,7 +206,7 @@ def get_current_board() -> str:
|
||||
if env:
|
||||
try:
|
||||
normed = _normalize_board_slug(env)
|
||||
if normed:
|
||||
if normed and board_exists(normed):
|
||||
return normed
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user