Skip to content

Commit

Permalink
refactor: 경로 재설정
Browse files Browse the repository at this point in the history
- noctaCrdt -> noctaCrdt/Crdt
  • Loading branch information
hyonun321 committed Nov 14, 2024
1 parent 00a15f8 commit 7fd253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/crdt/crdt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Injectable, OnModuleInit } from "@nestjs/common";
import { InjectModel } from "@nestjs/mongoose";
import { Doc, DocumentDocument } from "../schemas/document.schema";
import { Model } from "mongoose";
import { CRDT } from "@noctaCrdt";
import { CRDT } from "@noctaCrdt/Crdt";
import { NodeId, Node } from "@noctaCrdt/Node";

interface RemoteInsertOperation {
Expand Down

0 comments on commit 7fd253c

Please sign in to comment.