mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Rmeoved is_feature_enabled function
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# Todo
|
||||
- Refactor is_feature_enabled to one function
|
@@ -1,4 +1,5 @@
|
||||
from get_app_conf import get_app_conf
|
||||
|
||||
def is_feature_enabled(applications: dict, feature: str, application_id: str) -> bool:
|
||||
"""
|
||||
Wrapper for compatibility: Return True if applications[application_id].features[feature] is truthy.
|
||||
|
Reference in New Issue
Block a user