feat(playlist): Add DDL for playlist database schema #32
Annotations
4 errors and 1 warning
eslint:
pages/index.vue#L8
'session' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint:
server/api/v1/playlist/index.post.ts#L58
'categoriesData' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint:
server/api/v1/user/[uid].get.ts#L2
'userId' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint
Process completed with exit code 1.
|
eslint:
pages/index.vue#L12
Require self-closing on HTML elements (<div>)
|