Skip to content

Commit 6bbd84c

Browse files
committed
fix: AlgoliaHit type fix
1 parent da152f2 commit 6bbd84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/npm/useAlgoliaSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ interface AlgoliaHit {
4343
modified: number
4444
homepage: string | null
4545
repository: AlgoliaRepo | null
46-
owner: AlgoliaOwner[] | null
46+
owner: AlgoliaOwner | null
4747
owners: AlgoliaOwner[] | null
4848
downloadsLast30Days: number
4949
downloadsRatio: number

0 commit comments

Comments
 (0)