Skip to content

Commit

Permalink
[fix] 카페에서 유저 삭제 시 기존 카페 아이디로 #173
Browse files Browse the repository at this point in the history
  • Loading branch information
godeka committed May 6, 2024
1 parent 69f21b0 commit 7329758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/screen/cafe_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class _CafeDetailsState extends State<CafeDetails>
deleteUserInCafe(
stompClient,
"test",
widget.cafeId,
myCafe.cafeId!,
);
}
// 카페에 유저 추가 pub 요청
Expand Down

0 comments on commit 7329758

Please sign in to comment.