Minor comment tweaks
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ const newsRequest = () => (req, res) => {
|
||||
}
|
||||
|
||||
//build the object to send
|
||||
let json = {}
|
||||
let json = {} //TODO: caching
|
||||
|
||||
//send each file as json
|
||||
for (let i = 0; i < max; i++) {
|
||||
|
||||
Reference in New Issue
Block a user