We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6a78e commit e427eb6Copy full SHA for e427eb6
src/services/archiver.ts
@@ -15,6 +15,10 @@ export class ArchiverService {
15
private playlistResourceRepository = AppDataSourceRead.getRepository(PlaylistResource);
16
private clipRepository = AppDataSourceRead.getRepository(Clip);
17
18
+ // TODO: check if archived items no longer have clip or playlist resource relationships
19
+
20
+ // TODO: handle spam items
21
22
async getItemsPendingArchive(): Promise<Item[]> {
23
return this.itemRepositoryRead.find({
24
where: [
0 commit comments