bugfix, ts target stuff

This commit is contained in:
2025-03-11 22:59:00 -07:00
parent a74ffc453e
commit a6ecf7df88
4 changed files with 8 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ const router: Router = Router();
import { fetchUserPlaylists } from "../controllers/playlists.ts";
import { validate } from "../validators/index.ts";
// import { validate } from "../validators/index.ts";
router.get("/me", fetchUserPlaylists);