Skip to content

Commit

Permalink
Merge pull request #222 from Juinjang/fix/#199
Browse files Browse the repository at this point in the history
fix(#199) : 에러 고침
  • Loading branch information
2hy2on authored Sep 3, 2024
2 parents feca10d + 2cf31aa commit e2c1ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface LimjangRepository extends JpaRepository<Limjang, Long>, Limjang
void updateMemo(@Param("limjangId") Long limjangId, @Param("memo") String memo);


void deleteByMemberId(Long memberId);
// void deleteByMember(Member member);
}


0 comments on commit e2c1ac6

Please sign in to comment.