mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
refactor: one-at-a-time spotify api calls, some other modifications and logging reordering
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
* @typedef {import('express').Response} Res
|
||||
* @typedef {import('express').NextFunction} Next
|
||||
*
|
||||
* @typedef {import('axios').Method} AxiosMethod
|
||||
* @typedef {import('axios').AxiosRequestConfig} AxiosRequestConfig
|
||||
*
|
||||
* @typedef {import("sequelize").Sequelize} Sequelize
|
||||
* @typedef {import("sequelize").Model} Model
|
||||
* @typedef {import("sequelize").QueryInterface} QueryInterface
|
||||
|
||||
Reference in New Issue
Block a user