Skip to content

Commit bce15a2

Browse files
update SelfHostedUserListQueryOpts
1 parent a8f0259 commit bce15a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/selfHosted/SelfHostedUserListQueryOpts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const SelfHostedUserListQueryOpts = ({
6767
const { searchParams } = new URL(data.next)
6868
return searchParams.get('page')
6969
}
70-
return null
70+
return undefined
7171
},
7272
})
7373
}

0 commit comments

Comments
 (0)