fix: remove unnecessary console log from getContentRouter function
This commit is contained in:
parent
0be89bfa23
commit
fa72aca9f4
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ export const getContentRouter = (controller: DocumentAccessor) => {
|
||||||
use_offset: query.use_offset === 'true',
|
use_offset: query.use_offset === 'true',
|
||||||
content_type: query.content_type,
|
content_type: query.content_type,
|
||||||
};
|
};
|
||||||
console.log(option);
|
|
||||||
return await controller.findList(option);
|
return await controller.findList(option);
|
||||||
}, {
|
}, {
|
||||||
beforeHandle: createPermissionCheck(Per.QueryContent),
|
beforeHandle: createPermissionCheck(Per.QueryContent),
|
||||||
|
|
Loading…
Add table
Reference in a new issue