Skip to content

Commit

Permalink
Merge branch 'develop' into feat/#28
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh authored Jul 11, 2023
2 parents 0ac49f5 + cc504c4 commit a422dc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/com/asap/server/domain/DateAvailability.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ public static DateAvailability newInstance(String date){
String dayOfWeek = date.substring(11,14);
return new DateAvailability(month, day, dayOfWeek);
}

}
1 change: 0 additions & 1 deletion src/main/java/com/asap/server/domain/Meeting.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class Meeting {
private Duration duration;
private String additionalInfo;
private String url;
private String imageUrl;
private String month;
private String day;
private String dayOfWeek;
Expand Down

0 comments on commit a422dc4

Please sign in to comment.