Commit 63e3a86
fix: add missing pinned/starred fields to in-memory-feed-adapter
The FeedItemSchema requires pinned and starred boolean fields, but the
in-memory-feed-adapter was not including them when constructing new
FeedItem objects, causing the DTS build to fail with TS2739.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 755b8f0 commit 63e3a86
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
0 commit comments