summaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
Diffstat (limited to 'server.js')
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index 11162c8..765e8c9 100644
--- a/server.js
+++ b/server.js
@@ -103,7 +103,7 @@ app.get('/imgs', function (req, res) {
else if (!reply) {
s3.listObjectsV2({
Bucket: 'imgs.geshem.space',
- //StartAfter: moment().subtract(1, 'days').format('YYYYMMDD')
+ StartAfter: moment().subtract(1, 'days').format('YYYYMMDD')
}, (err, data) => {
const imgs = data.Contents.slice(-20).map( (d) => d.Key)
const imgres = JSON.stringify({