summaryrefslogtreecommitdiff
path: root/app/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-12-31 06:08:08 +0100
committerJules Laplace <jules@okfoc.us>2016-12-31 06:08:08 +0100
commitf0a10a321316475fd05e2ee3a40e35c57b66b0a7 (patch)
tree871b82c59b14da01e32df55592854d6075d04410 /app/index.js
parentfe31b3ad482c959deb5b4fa447e3d73c042e982c (diff)
display certain types as lists of images
Diffstat (limited to 'app/index.js')
-rw-r--r--app/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js
index f59f760..899848e 100644
--- a/app/index.js
+++ b/app/index.js
@@ -305,7 +305,7 @@ OKCMS.prototype._createQueries = function(queryConfig, resourceCache) {
as: config.as,
sortBy: config.sortBy,
descending: config.descending,
- groupBy: config.groupBy
+ groupBy: config.groupBy,
});
});
};