omnivore/packages/api/test/resolvers
Jackson Harper 5af4899415 Use null instead of undefined when unarchiving links
This fixes unarchiving content by re-saving it via the Save*
API methods.

Setting to undefined is not the same as null in this case, and
will result in archived_at being non-null and the link then
being excluded from the GetArticles query.
2022-02-21 11:26:22 -08:00
..
article.test.ts Use null instead of undefined when unarchiving links 2022-02-21 11:26:22 -08:00
labels.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
newsletters.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
reminders.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
server.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
user.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
user_device_tokens.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
user_feed_article.test.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00