Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd80d766

Browse files
committed
fix: improve WakaTime range order
1 parent7ea55d0 commitd80d766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fetchers/wakatime-fetcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const fetchWakatimeStats = async ({ username, api_domain }) => {
1111
if(!username)thrownewMissingParamError(["username"]);
1212

1313
// Loop through available ranges to get user data.
14-
for(constrangeof["all_time","last_7_days","last_year"]){
14+
for(constrangeof["all_time","last_year","last_7_days"]){
1515
try{
1616
const{ data}=awaitaxios.get(
1717
`https://${

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp