Skip to content

Commit

Permalink
Merge pull request #311 from Jw705/refactor/240202
Browse files Browse the repository at this point in the history
Refactor(#309): ํ™”์ดํŠธ๋ณด๋“œ ๊ณต์œ  ์ง€์—ฐ ๊ฐœ์„ 
  • Loading branch information
Jw705 authored Mar 12, 2024
2 parents 8b99a15 + fd5279f commit cf6d307
Show file tree
Hide file tree
Showing 33 changed files with 1,287 additions and 609 deletions.
2 changes: 1 addition & 1 deletion backend/src/lecture/dto/whiteboard-event.dto.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class WhiteboardEventDto {
canvasJSON: string;
objects: fabric.Object[];

viewport: number[];

Expand Down
2 changes: 1 addition & 1 deletion backend/src/lecture/schema/whiteboard-log.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type WhiteBoardLogDocument = HydratedDocument<WhiteboardLog>;
@Schema()
export class WhiteboardLog {
@Prop({ required: true })
canvasJSON: string;
objects: fabric.Object[];

@Prop({ required: true })
viewport: number[];
Expand Down
Loading

0 comments on commit cf6d307

Please sign in to comment.