From 1767ae6cfc0f3b806a27ebfaae175898b375c9d5 Mon Sep 17 00:00:00 2001 From: OfficialDakari Date: Fri, 18 Oct 2024 21:40:47 +0500 Subject: [PATCH] fix --- routes/playlists.ts | 2 ++ 1 file changed, 2 insertions(+) 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 });