We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f0259 commit bce15a2Copy full SHA for bce15a2
src/services/selfHosted/SelfHostedUserListQueryOpts.ts
@@ -67,7 +67,7 @@ export const SelfHostedUserListQueryOpts = ({
67
const { searchParams } = new URL(data.next)
68
return searchParams.get('page')
69
}
70
- return null
+ return undefined
71
},
72
})
73
0 commit comments