From fe6279a5b469d7d4639bff3db4afe58df6e74b4b Mon Sep 17 00:00:00 2001 From: Ignazio Bovo Date: Wed, 6 Dec 2023 12:58:52 +0100 Subject: [PATCH] email delivery attempt export (#271) --- src/utils/offchainState.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/offchainState.ts b/src/utils/offchainState.ts index 15aeaa27d..9b9f34c6f 100644 --- a/src/utils/offchainState.ts +++ b/src/utils/offchainState.ts @@ -27,6 +27,7 @@ const exportedStateMap = { Account: true, Notification: true, NotificationEmailDelivery: true, + NotificationEmailDeliveryAttempt: true, Token: true, Channel: ['is_excluded', 'video_views_num', 'follows_num', 'ypp_status', 'channel_weight'], Video: ['is_excluded', 'views_num'],