Skip to content

Commit 298a953

Browse files
authored
Merge pull request #4 from deventon/3-clock-start-not-working
fix(index.ts): fix clockodo base URL
2 parents c31036f + 78c34f6 commit 298a953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ program.action(async () => {
6464
user: email,
6565
apiKey,
6666
},
67-
baseUrl: "http://my.clockodo.com/api",
67+
baseUrl: "https://my.clockodo.com/api",
6868
});
6969

7070
await logWorkTimes({ clockodo });

0 commit comments

Comments
 (0)