mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): bump all (#294)
This commit is contained in:
parent
1979d924c9
commit
38cf2ff549
69 changed files with 4681 additions and 3804 deletions
|
|
@ -2,12 +2,12 @@ import { createJob } from "@apricote/nest-pg-boss";
|
|||
|
||||
export type ICrawlerSupervisorJob = {};
|
||||
export const CrawlerSupervisorJob = createJob<ICrawlerSupervisorJob>(
|
||||
"spotify-crawler-supervisor"
|
||||
"spotify-crawler-supervisor",
|
||||
);
|
||||
|
||||
export type IUpdateSpotifyLibraryJob = {};
|
||||
export const UpdateSpotifyLibraryJob = createJob<IUpdateSpotifyLibraryJob>(
|
||||
"update-spotify-library"
|
||||
"update-spotify-library",
|
||||
);
|
||||
|
||||
export type IImportSpotifyJob = { userID: string };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue