Skip to content

Commit 94bb06a

Browse files
committed
fix api call
1 parent 1ceff06 commit 94bb06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ class ApiMethods {
21012101
offset = Math.trunc(new Date().getTimezoneOffset() / 60),
21022102
): Promise<TypesGen.GetUserStatusCountsOverTimeResponse> => {
21032103
const searchParams = new URLSearchParams({
2104-
offset: offset.toString(),
2104+
tz_offset: offset.toString(),
21052105
});
21062106
const response = await this.axios.get(
21072107
`/api/v2/insights/user-status-counts-over-time?${searchParams}`,

0 commit comments

Comments
 (0)