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 b55245d commit fe6a78eCopy full SHA for fe6a78e
src/services/archiver.ts
@@ -96,10 +96,10 @@ export class ArchiverService {
96
.includes(item.item_flag_status.id)
97
);
98
await this.processItems(activeOrPendingItems, archivedStatus);
99
-
100
}
101
102
feed.feed_flag_status = { ...feed.feed_flag_status, id: FeedFlagStatusStatusEnum.Archived };
+ feed.last_parsed_file_hash = null;
103
await this.feedRepositoryReadWrite.save(feed);
104
105
0 commit comments