Skip to content

Commit

Permalink
filter for existing services only
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarhindi committed Oct 17, 2024
1 parent 99a843a commit 7a8997c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def version_overview() -> List[Dict[str, str]]:
"last_checked": x.last_checked,
}
for x in current_version
if Service.__members__.get(x.service) is not None
]


Expand Down

0 comments on commit 7a8997c

Please sign in to comment.