Skip to content

Commit 6c62a63

Browse files
committed
refactor: getWorkspaces 오타 수정
1 parent 235b184 commit 6c62a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/apis/user/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import userModel from '@apis/user/model';
22
import workspaceModel from '@apis/workspace/model';
33
import AuthorizationError from '@errors/authorization-error';
44

5-
export const getWorksapces = async (targetUserId: number, userId: number) => {
5+
export const getWorkspaces = async (targetUserId: number, userId: number) => {
66
if (targetUserId !== userId)
77
throw new AuthorizationError(
88
'요청하신 유저 정보와 현재 로그인된 유저 정보가 달라요 ^^',

0 commit comments

Comments
 (0)