Skip to content

Commit

Permalink
fix: sharedb import 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchef1 authored and jjeonghak committed Nov 19, 2024
1 parent 1d0fe90 commit 9dd17cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/task/service/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { InjectRepository } from '@nestjs/typeorm';
import { Repository } from 'typeorm';
import { LexoRank } from 'lexorank';
import { EventEmitter2 } from '@nestjs/event-emitter';
import ShareDB from 'sharedb';
import * as ShareDB from 'sharedb';
import { Task } from '@/task/domain/task.entity';
import { Section } from '@/task/domain/section.entity';
import { MoveTaskRequest } from '@/task/dto/move-task-request.dto';
Expand Down

0 comments on commit 9dd17cb

Please sign in to comment.