Skip to content

Commit

Permalink
Update src/routes/sessions/[id]/Controls.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Maclen <fmaclen@gmail.com>
  • Loading branch information
GregoMac1 and fmaclen authored Nov 11, 2024
1 parent 3c34f90 commit 59d1d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/sessions/[id]/Controls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { knowledgeStore } from '$lib/localStorage';
import type { Session } from '$lib/sessions';
import Knowledge from './KnowledgeSelect.svelte';
import KnowledgeSelect from './KnowledgeSelect.svelte';

Check failure on line 13 in src/routes/sessions/[id]/Controls.svelte

View workflow job for this annotation

GitHub Actions / Run linter

'KnowledgeSelect' is defined but never used
const DEFAULT_MIROSTAT = '0';
const DEFAULT_MIROSTAT_ETA = '0.1';
Expand Down

0 comments on commit 59d1d36

Please sign in to comment.