Skip to content

Commit

Permalink
Remove 'anoek' from rejection link text
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed May 25, 2023
1 parent 51ffa39 commit b60b4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtp2ogs",
"version": "8.0.0-rc.5",
"version": "8.0.0-rc.6",
"homepage": "https://github.com/online-go/gtp2ogs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class Main {
});
} else {
trace.info(
`Rejecting challenge from ${notification.user.username} https://online-go.com/player/${notification.user.id}/anoek`,
`Rejecting challenge from ${notification.user.username} https://online-go.com/player/${notification.user.id}`,
reject,
);
post(api1(`me/challenges/${notification.challenge_id}`), {
Expand Down

0 comments on commit b60b4c7

Please sign in to comment.