Skip to content

Commit 90b3df6

Browse files
sjburCopilot
andauthored
fix: fix type for interval var
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sergei Burkatskii <sergei.burkatskii@devexpress.com>
1 parent 6843e77 commit 90b3df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devextreme/js/__internal/scheduler/workspaces/m_work_space_indicator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface WorkSpaceIndicatorDefaultOptions extends WorkspaceOptionsIntern
2828
}
2929

3030
class SchedulerWorkSpaceIndicator extends SchedulerWorkSpace {
31-
private indicatorInterval?: ReturnType<typeof setTimeout>;
31+
private indicatorInterval?: ReturnType<typeof setInterval>;
3232

3333
protected getToday(): Date {
3434
const viewOffset = this.option('viewOffset') as number;

0 commit comments

Comments
 (0)