Skip to content

Commit

Permalink
Changed the lesson copy service behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellinaresxk committed Nov 17, 2023
1 parent 23027d4 commit 8a4c7ed
Show file tree
Hide file tree
Showing 3 changed files with 889 additions and 885 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Body, Controller, Get, Param, Patch, Post } from '@nestjs/common';
import { ApiTags } from '@nestjs/swagger';
import { RequestTimeout } from '@shared/common';
import { ICurrentUser, Authenticate, CurrentUser } from '@modules/authentication';
import { CopyApiResponse, CopyElementType, CopyMapper } from '@modules/copy-helper';
import { CopyApiResponse, CopyMapper } from '@modules/copy-helper';
import { serverConfig } from '@modules/server/server.config';
import { RoomBoardResponseMapper } from '../mapper/room-board-response.mapper';
import { CourseCopyUC } from '../uc/course-copy.uc';
Expand Down
Loading

0 comments on commit 8a4c7ed

Please sign in to comment.