Skip to content

Commit eae87a3

Browse files
authored
Update admin.controller.ts
1 parent 46bafff commit eae87a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/api/src/api/admin/admin.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export class AdminController {
175175
@Param("id") id: number,
176176
@Body() addContentRequestDto: AdminAddContentToAssignmentRequestDto,
177177
): Promise<BaseAssignmentResponseDto> {
178-
// In a real app, you'd get userId from the authenticated user context
179178
// For now, using 'admin-api' as the creator
180179
return this.adminService.addContentToAssignment(
181180
Number(id),

0 commit comments

Comments
 (0)