fix: Cannot read properties of undefined (reading 'always_play_audio_alert') (#7260)

This commit is contained in:
Pranav Raj S
2023-06-06 15:16:25 -07:00
committed by GitHub
parent b1a4907ede
commit 39eaed7766
2 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ json.data do
json.display_name resource.display_name
json.email resource.email
json.account_id @account.id
json.created_at resource.created_at
json.pubsub_token resource.pubsub_token
json.role resource.active_account_user&.role
json.inviter_id resource.active_account_user&.inviter_id