Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Dec 31, 2024
1 parent 6a77930 commit 0243fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymp5-client/src/services/services/authService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export class AuthService extends ClientListener {
}

private postPrManager(token: string) {
const route = `/api/users/me/inviter`;
const route = `/api/users/me/prManager`;
const installationData = this.readInstallationDataFromDisk();

if (!installationData?.prManagerUserId) {
Expand Down

0 comments on commit 0243fb2

Please sign in to comment.