diff --git a/routes/playlists.ts b/routes/playlists.ts index f6196e0..26f2557 100644 --- a/routes/playlists.ts +++ b/routes/playlists.ts @@ -41,6 +41,8 @@ export default function playlists(app: Application) { name: req.body.name }); + dbStore('users', username, user); + res.send({ id });