Skip to content

Commit 99b9f11

Browse files
committed
fix(content): remove redundant indexed cursor cast
1 parent 92ca6fd commit 99b9f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/database/repositories/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ export class ContentRepository {
672672
}
673673
mappedResult.nextCursor = encodeIndexedFieldCursor(
674674
orderField,
675-
lastOrderValue as IndexedOrderValue,
675+
lastOrderValue,
676676
String(lastRow.id),
677677
);
678678
} else {

0 commit comments

Comments
 (0)