Skip to content

Commit

Permalink
fix: 🎨 add channel_suspended to migrated entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Aug 10, 2023
1 parent 3dab3fb commit 44d89b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/offchainState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const exportedStateMap = {
ChannelFollow: true,
Report: true,
Exclusion: true,
ChannelVerification: true,
ChannelSuspension: true,
GatewayConfig: true,
NftFeaturingRequest: true,
VideoHero: true,
Expand Down

0 comments on commit 44d89b8

Please sign in to comment.