Skip to content

Commit 034e32c

Browse files
author
EpicFn
committed
fix : 오타 수정
1 parent a4a3392 commit 034e32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tuna/zoopzoop/backend/domain/dashboard/dto/ReqBodyForLiveblocksAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public record ReqBodyForLiveblocksAuth(
77
String userId,
88
UserInfo userInfo,
9-
Map<String, List<String>>permissions
9+
Map<String, List<String>> permissions
1010
) {
1111
public record UserInfo(
1212
String name,

0 commit comments

Comments
 (0)