Add logs
All checks were successful
All checks were successful
This commit is contained in:
parent
b601428bdb
commit
9c6ad427b3
@ -20,6 +20,8 @@ export default class OfficeFoldersService extends BaseService {
|
|||||||
* @throws {Error} If folders cannot be get
|
* @throws {Error} If folders cannot be get
|
||||||
*/
|
*/
|
||||||
public async get(query: Prisma.OfficeFoldersFindManyArgs) {
|
public async get(query: Prisma.OfficeFoldersFindManyArgs) {
|
||||||
|
console.log("query", query);
|
||||||
|
console.error("query", query);
|
||||||
return this.officeFoldersRepository.findMany(query);
|
return this.officeFoldersRepository.findMany(query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user