Skip to content

Commit

Permalink
fix private key graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 28, 2023
1 parent bc7f3af commit 1cfaf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensensor/collection_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async def historical_data_route(
# TODO - Refactor this after migration to FreeTier complete
user = get_user_from_fief_user(fief_user)
if user:
collection_name = user.collection_name
collection_name = user["collection_name"]
else:
collection_name = "FreeTier"
migration_finished = migration_complete(collection_name)
Expand Down

0 comments on commit 1cfaf8b

Please sign in to comment.