Skip to content

Commit

Permalink
Update emission/storage/decorations/stats_queries.py
Browse files Browse the repository at this point in the history
Co-authored-by: K. Shankari <[email protected]>
  • Loading branch information
TeachMeTW and shankari authored Oct 12, 2024
1 parent e23d4b6 commit 7fc3f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/storage/decorations/stats_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def store_function_time(user_id: str, stage_string: str, ts: float, reading: flo
Returns:
- InsertResult: The result of the insert operation.
"""
store_stats_entry(user_id, "stats/function_time", stage_string, ts, reading)
store_stats_entry(None, "stats/function_time", stage_string, ts, reading)


def store_function_error(user_id, stage_string, ts, reading):
Expand Down

0 comments on commit 7fc3f81

Please sign in to comment.