summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-09-14 12:41:29 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-09-25 14:07:24 +0200
commita4de752d9c7b1c129daadfe10c22f25649383702 (patch)
tree4a5eb30c9eae7ea52f6b0f30ef84568fdcaf3d3d /src
parentc3d605f3ef2277fc000ba1169da2deeb0a41e32f (diff)
eslint
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'src')
-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 4122b525..74c71de8 100644
--- a/src/store/timeline.js
+++ b/src/store/timeline.js
@@ -210,11 +210,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
}