Skip to content

Commit

Permalink
Adding fixme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed May 3, 2024
1 parent dd0d97a commit a56a8d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ export function onSubmit(component, inputMap) {

const startTime = component.querySelector('#time-picker-start-time').value;
const endTime = component.querySelector('#time-picker-end-time').value;

// FIXME: need to align date-time format to the requirement of API
const eventStartDate = addTimeToDate(new Date(startDate), startTime);
const eventEndDate = addTimeToDate(new Date(endDate), endTime);

Expand Down

0 comments on commit a56a8d5

Please sign in to comment.