Skip to content

Commit

Permalink
Modified susbscription path with latest (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ali-e authored Jan 8, 2025
1 parent 13b7627 commit ddcb988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/account_v2/subscription_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ def validate_etl_run(org_id: str) -> bool:
A boolean indicating whether the pre-run check passed or not.
"""
try:
from pluggable_apps.subscription.subscription_helper import SubscriptionHelper
from pluggable_apps.subscription_v2.subscription_helper import (
SubscriptionHelper,
)
except ModuleNotFoundError:
logger.error("Subscription plugin not found.")
return False
Expand Down

0 comments on commit ddcb988

Please sign in to comment.