Ignore feedPost.__source

This commit is contained in:
Eric Bailey
2025-01-07 19:49:12 -06:00
parent d35df902f3
commit 3047644f06
+1
View File
@@ -311,6 +311,7 @@ class MergeFeedSource_Custom extends MergeFeedSource {
)
// attach source info
for (const post of res.data.feed) {
// @ts-ignore
post.__source = this.sourceInfo
}
return res