Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit 36c1e3e

Browse files
committed
Make it more clear which is loading
1 parent 10b38a8 commit 36c1e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const getFeed = async (counter, res, featured) => {
162162
const immutable = (typeof max_time !== 'undefined') && (max_time < now_time)
163163
max_time = (typeof max_time !== 'undefined') ? max_time : customFloor(now_time, ONE_MINUTE_MILLIS)
164164
*/
165-
console.log('feed')
165+
console.log(`feed, featured: ${featured}`)
166166
var arr
167167
if (featured) {
168168
arr = await conseilUtil.getFeaturedArtisticUniverse(0)

0 commit comments

Comments
 (0)