Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-04-19 01:04:05 +0300
committerdartcafe <github@dartcafe.de>2021-04-19 01:04:05 +0300
commit3a49867c69438f1c65ae6a28f5913429a20fefbc (patch)
tree0e9fbaa0e6de2193265c076ca3284ae5850e1fd8 /src/js/mixins/watchPolls.js
parent52d0ea73368123a37e7cff11810d1fcced2ecf70 (diff)
no-plusplus
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/mixins/watchPolls.js')
-rw-r--r--src/js/mixins/watchPolls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/mixins/watchPolls.js b/src/js/mixins/watchPolls.js
index 7ad5d3dc..ea8223a6 100644
--- a/src/js/mixins/watchPolls.js
+++ b/src/js/mixins/watchPolls.js
@@ -108,7 +108,7 @@ export const watchPolls = {
}
} else {
// No response was returned, i.e. server died or exception was triggered
- this.retryCounter++
+ this.retryCounter += 1
if (e.response) {
console.error('Unhandled error watching polls', e)
}