Skip to content

Commit 959712d

Browse files
authored
fix: analytics query typo (#6349)
1 parent 84d1623 commit 959712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/api/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export async function getWalletUsers(
239239
): Promise<WalletUserStats[]> {
240240
const searchParams = buildSearchParams(params);
241241
const res = await fetchAnalytics(
242-
`v2/wallet-connects/users?${searchParams.toString()}`,
242+
`v2/sdk/wallet-connects/users?${searchParams.toString()}`,
243243
{
244244
method: "GET",
245245
headers: { "Content-Type": "application/json" },

0 commit comments

Comments
 (0)