Skip to content

Commit def63d8

Browse files
authored
Update user.ts
1 parent 817e1f6 commit def63d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stakpak/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export const fetchUser = async (
55
apiKey: string,
66
version = 'v1'
77
): Promise<UserResponse> => {
8-
const response = await apiRequest<UserResponse>(`account`, apiKey, version);
8+
const response = await apiRequest<UserResponse>("account", apiKey, version);
99
return response;
1010
};

0 commit comments

Comments
 (0)