Skip to content

Commit f0bf9bf

Browse files
Update src/component/lib.ts
Co-authored-by: Ian Macartney <ian@convex.dev>
1 parent 375d948 commit f0bf9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const listSnapshot = query({
231231
page.push(extractHistoryEntry(revision));
232232
}
233233
}
234-
const output: Infer<ReturnType<typeof paginationResultValidator<HistoryEntry>>> = {
234+
const output: PaginationResult<HistoryEntry> = {
235235
continueCursor: allIdsBeforeCurrentTs[allIdsBeforeCurrentTs.length - 1],
236236
isDone: false,
237237
page,

0 commit comments

Comments
 (0)