We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65d619 commit 251bf19Copy full SHA for 251bf19
src/playlists/playlist-router.js
@@ -44,7 +44,7 @@ playlistRouter
44
console.log(newSearch);
45
46
const searchList = PlaylistService.insertSavedSearch(
47
- req.app.get(db),
+ req.app.get('db'),
48
newSearch
49
);
50
0 commit comments