Skip to content

Commit

Permalink
Added locations to event type
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Feb 28, 2023
1 parent efdc608 commit e0e12b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public CalcomBooking mapRow(ResultSet rs, int rowNum) throws SQLException {
booking.setEventTypeId(rs.getInt("eventTypeId"));
booking.setUid(rs.getString("uid"));
booking.setDescription(rs.getString("description"));
booking.setLocation(rs.getString("location"));
return booking;
}

Expand Down

0 comments on commit e0e12b2

Please sign in to comment.