Arky (Andy Sant)
Results
1
issues of
Arky (Andy Sant)
**Versions :** ```json { "spotify-web-api-node": "^5.0.2", "@types/spotify-web-api-node": "^5.0.7", } ``` **Environment :** `NestJS` ([https://docs.nestjs.com/](https://docs.nestjs.com/)) **Code of the Service :** ```js import { Injectable } from '@nestjs/common'; import { ConfigService }...