Skip to content

Commit e427eb6

Browse files
committed
fix: update TODO comments for clarity on archived items and spam handling
1 parent fe6a78e commit e427eb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/services/archiver.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export class ArchiverService {
1515
private playlistResourceRepository = AppDataSourceRead.getRepository(PlaylistResource);
1616
private clipRepository = AppDataSourceRead.getRepository(Clip);
1717

18+
// TODO: check if archived items no longer have clip or playlist resource relationships
19+
20+
// TODO: handle spam items
21+
1822
async getItemsPendingArchive(): Promise<Item[]> {
1923
return this.itemRepositoryRead.find({
2024
where: [

0 commit comments

Comments
 (0)