mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
9 lines
143 B
TypeScript
9 lines
143 B
TypeScript
|
|
import { Injectable } from '@nestjs/common';
|
||
|
|
import {Interval} from "@nestjs/cron"
|
||
|
|
|
||
|
|
@Injectable()
|
||
|
|
export class SpotifyService {
|
||
|
|
@Interval
|
||
|
|
|
||
|
|
}
|