Skip to content

Commit c43f6df

Browse files
committed
chore: Workspace -> WorkSpace로 대문자 변경
1 parent f18f8e9 commit c43f6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/workspace/workspace.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Injectable, OnModuleInit, Logger } from "@nestjs/common";
22
import { InjectModel } from "@nestjs/mongoose";
33
import { Workspace, WorkspaceDocument } from "./schemas/workspace.schema";
4-
import { WorkSpace as CRDTWorkSpace } from "@noctaCrdt/Workspace";
4+
import { WorkSpace as CRDTWorkSpace } from "@noctaCrdt/WorkSpace";
55
import { Model } from "mongoose";
66
import { Server } from "socket.io";
77
import { WorkSpaceSerializedProps, WorkspaceListItem } from "@noctaCrdt/types/Interfaces";

0 commit comments

Comments
 (0)