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
|
|
@ -24,7 +24,7 @@ export class SchedulerService implements OnApplicationBootstrap {
|
|||
@ImportSpotifyJob.Inject()
|
||||
private readonly importSpotifyJobService: JobService<IImportSpotifyJob>,
|
||||
@UpdateSpotifyLibraryJob.Inject()
|
||||
private readonly updateSpotifyLibraryJobService: JobService<IUpdateSpotifyLibraryJob>
|
||||
private readonly updateSpotifyLibraryJobService: JobService<IUpdateSpotifyLibraryJob>,
|
||||
) {}
|
||||
|
||||
async onApplicationBootstrap() {
|
||||
|
|
@ -65,9 +65,9 @@ export class SchedulerService implements OnApplicationBootstrap {
|
|||
{ userID: user.id },
|
||||
{},
|
||||
pollRate,
|
||||
user.id
|
||||
user.id,
|
||||
);
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue