Fix missing keywords

This commit is contained in:
Tiger Oakes
2020-09-29 08:53:36 -07:00
parent 21eafeab22
commit e26ac82c66
3 changed files with 15 additions and 17 deletions

View File

@@ -1946,7 +1946,7 @@ app.post('/api/getFile', optionalJwt, function (req, res) {
}
});
app.post('/api/getAllFiles', optionalJwt, function (req, res) {
app.post('/api/getAllFiles', optionalJwt, async function (req, res) {
// these are returned
let files = [];
let playlists = [];