mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: replace findpage method by find method
This commit is contained in:
@@ -170,7 +170,7 @@ export class ContentService extends BaseService<
|
||||
}
|
||||
|
||||
try {
|
||||
const contents = await this.findPage(query, {
|
||||
const contents = await this.find(query, {
|
||||
skip,
|
||||
limit,
|
||||
sort: ['createdAt', 'desc'],
|
||||
|
||||
Reference in New Issue
Block a user