Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Oct 5, 2024
1 parent 36ed9e9 commit 42e9bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/composables/sprunjer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ref, toValue, watchEffect, computed, type Ref, type ComputedRef } from
import axios from 'axios'

interface Sprunjer {
dataUrl : string
dataUrl: string
size: Ref<number>
page: Ref<number>
totalPages: ComputedRef<number>
Expand Down

0 comments on commit 42e9bff

Please sign in to comment.