Listory/src/sources/spotify/spotify.service.ts

9 lines
143 B
TypeScript
Raw Normal View History

2020-02-01 16:11:48 +01:00
import { Injectable } from '@nestjs/common';
import {Interval} from "@nestjs/cron"
@Injectable()
export class SpotifyService {
@Interval
}