Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Feb 3, 2025
1 parent 95eca6b commit 89d6bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/features/feature_health/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class FeatureHealthConfig(BaseAppConfig):

def ready(self):
from features.feature_health.tasks import ( # noqa
send_feature_health_event,
update_feature_unhealthy_tag,
)

return super().ready()

0 comments on commit 89d6bcc

Please sign in to comment.