Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachMeTW committed Oct 14, 2024
1 parent b2e3cb5 commit a1ff54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/storage/timeseries/non_user_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_uuid_list():
return []

def get_timeseries_db(self, key):
return self.non_user_timeseries_db
return self.timeseries_db

# _get_query: not overridden
# _get_sort_query: not overridden
Expand Down

0 comments on commit a1ff54e

Please sign in to comment.