sharktide commited on
Commit
bbfb6eb
·
verified ·
1 Parent(s): df1fe51

Update subscriptions.py

Browse files
Files changed (1) hide show
  1. subscriptions.py +1 -1
subscriptions.py CHANGED
@@ -33,7 +33,7 @@ def normalize_plan_key(plan_name: str | None) -> str:
33
  if "creator" in normalized:
34
  return "creator"
35
  if "core" in normalized:
36
- return "pro"
37
  if "light" in normalized:
38
  return "light"
39
  return "free"
 
33
  if "creator" in normalized:
34
  return "creator"
35
  if "core" in normalized:
36
+ return "core"
37
  if "light" in normalized:
38
  return "light"
39
  return "free"