summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2019-09-14 14:30:07 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-09-25 14:07:24 +0200
commitf1670624778536529f2e1877ef9a1eb04a33b4d1 (patch)
tree11bf96c9abbaa71254abb2e5f313215d630e26a6 /src/store
parent4fd2473dda4fa00918e05d9cad3df201f30c323c (diff)
lint fixes
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/timeline.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/store/timeline.js b/src/store/timeline.js
index 8af00435..c9a160b8 100644
--- a/src/store/timeline.js
+++ b/src/store/timeline.js
@@ -209,11 +209,11 @@ const actions = {
// Also load replies when displaying a single post timeline
if (state.type === 'single-post') {
result.push(response.data)
-// axios.get(OC.generateUrl(``)).then((response) => {
-// if (response.status !== -1) {
-// result.concat(response.data.result)
-// }
-// }
+// axios.get(OC.generateUrl(``)).then((response) => {
+// if (response.status !== -1) {
+// result.concat(response.data.result)
+// }
+// }
} else {
result = response.data.result
}