Skip to content

Commit

Permalink
change domain in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
scientificworld committed Aug 23, 2024
1 parent 29eed97 commit 3b838e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def __accept_patch(patch: Patch, conn: PoolConnectionProxy[Record], auth:
f"https://next.bgm.tv/p1/wiki/subjects/{patch.subject_id}",
headers={"Authorization": f"Bearer {auth.access_token}"},
json={
"commitMessage": f"{patch.reason} [patch https://patch.bgm38.com/patch/{patch.id}]",
"commitMessage": f"{patch.reason} [patch https://patch.bgm38.tv/patch/{patch.id}]",
"expectedRevision": pydash.pick(
{
"infobox": patch.original_infobox,
Expand Down

0 comments on commit 3b838e1

Please sign in to comment.