diff --git a/src/Api/src/controller/spotify-controller/spotifyCtrl.ts b/src/Api/src/controller/spotify-controller/spotifyCtrl.ts index 5629d1c..2c9e220 100644 --- a/src/Api/src/controller/spotify-controller/spotifyCtrl.ts +++ b/src/Api/src/controller/spotify-controller/spotifyCtrl.ts @@ -2,7 +2,6 @@ import Controller from '../Icontroller'; import { Router, Request, Response, NextFunction } from 'express'; import HttpException from '../../middleware/exeption/httpExeption'; import axios from 'axios'; -import CryptString from './crypt'; import qs from 'qs'; class SpotifyController implements Controller {