Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 5f3f63c

Browse files
lint
1 parent 757280d commit 5f3f63c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/dx-scheduler-core/src/plugins/editing-state

packages/dx-scheduler-core/src/plugins/editing-state/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const editAll: EditFn = (appointmentData, appointmentChanges) => {
147147
...changes,
148148
startDate: changes.startDate ?? appointmentData.startDate,
149149
endDate: changes.endDate ?? appointmentData.endDate,
150-
}
150+
};
151151
}
152152

153153
const initialRule = new RRule(RRule.parseString(rRule as string));

0 commit comments

Comments
 (0)