File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ GITHUB_USERNAME="<github_username>"
1616
1717DESCRIPTION="Your description"
1818
19+ WAKATIME_URL="https://wakatime.com/share"
1920WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" // WakaTime Global stats
2021WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" // WakaTime Langs stats
2122
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class APIService {
173173 }
174174
175175 const response = await instance . get (
176- `https://wakatime.com/share ${ path } ` ,
176+ `${ process . env . WAKATIME_URL } ${ path } ` ,
177177 { validateStatus : ( ) => true }
178178 ) ;
179179
@@ -206,7 +206,7 @@ export class APIService {
206206 }
207207
208208 const response = await instance . get (
209- `https://wakatime.com/share ${ path } ` ,
209+ `${ process . env . WAKATIME_URL } ${ path } ` ,
210210 { validateStatus : ( ) => true }
211211 ) ;
212212
You can’t perform that action at this time.
0 commit comments