☬
Size: a a a
☬
R
R
Jj
R
return Post.find({
order: { created_at: 'ASC' },
take: realLimit,
where: {
...(!!cursor) && { created_at: MoreThan(new Date(+cursor)},
}
});
}
☬
R
where: {
...(!!cursor) && { created_at: MoreThan(new Date(+cursor)},
}
R
Оа
☬
R
R
IS
where: {
...(!!cursor) && { created_at: MoreThan(new Date(+cursor)},
}
IS
R
Оа
DZ