Skip to content

Commit a4df4c0

Browse files
authored
added return for live and test prefix (#1381)
1 parent 9d35a2e commit a4df4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Service {
3333
const config: Config = this.client.config;
3434

3535
if (config.environment !== "LIVE") {
36-
return url;
36+
return url.replace("-live", "-test");
3737
}
3838

3939
if (url.includes("pal-")) {

0 commit comments

Comments
 (0)