Skip to content

Commit

Permalink
fix: 파일을 못찾는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Jul 21, 2024
1 parent 308fc44 commit e2611a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/java/server/haengdong/domain/Event.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ public class Event {
public Event(String name, String token) {
this.name = name;
this.token = token;

}
}

0 comments on commit e2611a9

Please sign in to comment.