Skip to content

Commit 86b8784

Browse files
authored
fix wakatime cfg code
1 parent d640ba7 commit 86b8784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/dashboard/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
$effect(() => {
4343
if (dashboardData && dashboardData.api_key) {
4444
config = `[settings]
45-
api_url = https://api-rustytime.shymike.dev/api/v1
45+
api_url = "https://api-rustytime.shymike.dev/api/v1"
4646
api_key = ${dashboardData.api_key}`;
4747
} else {
4848
config = '';

0 commit comments

Comments
 (0)