Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hvangeffen committed Feb 4, 2025
1 parent 3419277 commit 7f2608d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ssd/SchematicStatusDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ const selectedDateString = computed(() => {
// Debounce the selected date string from the slider input,
// so we do not send hundreds of requests when dragging the slider around.
const debouncedDateString = debouncedRef(selectedDateString, sliderDebounceInterval)
const debouncedDateString = debouncedRef(
selectedDateString,
sliderDebounceInterval,
)
const { capabilities, src, dates } = useSsd(
baseUrl,
Expand Down

0 comments on commit 7f2608d

Please sign in to comment.