chore(xo-web/createSubscription/run): add small comment
This commit is contained in:
parent
2a71d3d20c
commit
26a295c8ed
@ -204,6 +204,9 @@ const createSubscription = cb => {
|
||||
timeout = setTimeout(clearCache, clearCacheDelay)
|
||||
}
|
||||
|
||||
// will loop if n > 0 at the end
|
||||
//
|
||||
// will not do anything if already running
|
||||
const run = () => {
|
||||
clearTimeout(timeout)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user