We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d35a2e commit a4df4c0Copy full SHA for a4df4c0
src/service.ts
@@ -33,7 +33,7 @@ class Service {
33
const config: Config = this.client.config;
34
35
if (config.environment !== "LIVE") {
36
- return url;
+ return url.replace("-live", "-test");
37
}
38
39
if (url.includes("pal-")) {
0 commit comments