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>"
16
16
17
17
DESCRIPTION="Your description"
18
18
19
+ WAKATIME_URL="https://wakatime.com/share"
19
20
WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" // WakaTime Global stats
20
21
WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" // WakaTime Langs stats
21
22
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class APIService {
173
173
}
174
174
175
175
const response = await instance . get (
176
- `https://wakatime.com/share ${ path } ` ,
176
+ `${ process . env . WAKATIME_URL } ${ path } ` ,
177
177
{ validateStatus : ( ) => true }
178
178
) ;
179
179
@@ -206,7 +206,7 @@ export class APIService {
206
206
}
207
207
208
208
const response = await instance . get (
209
- `https://wakatime.com/share ${ path } ` ,
209
+ `${ process . env . WAKATIME_URL } ${ path } ` ,
210
210
{ validateStatus : ( ) => true }
211
211
) ;
212
212
You can’t perform that action at this time.
0 commit comments