Skip to content

Commit 4483250

Browse files
authored
Fix typo in converters section
1 parent 4ff6224 commit 4483250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const EventList = () => (
132132
eventColor: record.color,
133133
startDate: new Date(record.start_at),
134134
endDate: new Date(record.end_at),
135-
});
135+
}),
136136
toBryntumResource: (record) => ({
137137
id: record.id,
138138
name: record.name,

0 commit comments

Comments
 (0)