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

Commit 6c30be8

Browse files
committed
fixed intervalId
1 parent 7ed87f8 commit 6c30be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/my/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ export default class App extends SLDSLightningElement {
9999
}
100100

101101
disconnectedCallback() {
102-
clearInterval(this.intervalID);
102+
clearInterval(this.intervalId);
103103
}
104104
}

0 commit comments

Comments
 (0)