Skip to content

Commit

Permalink
fix: bug in function
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jan 6, 2025
1 parent 7f3de06 commit d6aeae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import moment from 'moment';
import { actionTypes, batchActionTypes, startAddNoteForEnrollment, addEnrollmentNote }
from './WidgetEnrollmentNote.actions';

const createServerData = (eventId, note, useNewEndpoint) => {
const createServerData = (note, useNewEndpoint) => {
if (useNewEndpoint) {
return { value: note };
}
Expand Down

0 comments on commit d6aeae8

Please sign in to comment.