Skip to content

Commit af8d0cf

Browse files
refactor: use _nuxtApp
1 parent 9678482 commit af8d0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/composables/npm/useUserPackages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function useUserPackages(username: MaybeRefOrGetter<string>) {
4747

4848
const asyncData = useLazyAsyncData(
4949
() => `user-packages:${searchProviderValue.value}:${toValue(username)}`,
50-
async (_, { signal }) => {
50+
async (_nuxtApp, { signal }) => {
5151
const user = toValue(username)
5252
if (!user) {
5353
return emptySearchResponse()

0 commit comments

Comments
 (0)