Skip to content

Commit

Permalink
fix: swap email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark authored Aug 27, 2024
1 parent 56f25d2 commit 4305e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const system = new SystemApi({
basePath: "https://vrchat.com/api/1",
baseOptions: {
headers: {
"User-Agent": "vrchat-monitor/1 [email protected]"
"User-Agent": "vrchat-monitor/1 [email protected]"
}
}
});
Expand Down

0 comments on commit 4305e24

Please sign in to comment.