Skip to content

Commit 60a5f17

Browse files
authored
Update API version in createWinning function
1 parent a52e1ea commit 60a5f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/admin/src/lib/services/payments.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function getChallengePayments(
4545
}
4646

4747
export async function createWinning(payload: any): Promise<unknown> {
48-
return xhrPostAsync(`${EnvironmentConfig.API.V5}/finance/winnings`, payload)
48+
return xhrPostAsync(`${EnvironmentConfig.API.V6}/finance/winnings`, payload)
4949
}
5050

5151
export async function autocompleteMembers(term: string): Promise<Array<{ handle: string }>> {

0 commit comments

Comments
 (0)