We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdefa0 commit 6c4d80bCopy full SHA for 6c4d80b
1 file changed
app/javascript/controllers/new_topics_banner_controller.js
@@ -15,7 +15,6 @@ export default class extends Controller {
15
}
16
17
startPolling() {
18
- this.fetchBanner()
19
this.poller = setInterval(() => this.fetchBanner(), this.intervalMsValue)
20
21
0 commit comments