Skip to content

Commit eec5512

Browse files
WIP Categories projection
1 parent 87fd7b7 commit eec5512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/src/core/categories/categories.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { Request, Response } from 'express'
1111
export class CategoriesController extends AbstractController {
1212
protected readonly projection = {
1313
name: 1,
14+
description: 1,
1415
color: 1,
1516
icon: 1,
1617
}

0 commit comments

Comments
 (0)