Skip to content

Commit

Permalink
fix[mail-app]: adding email app option (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed May 26, 2024
1 parent 84c7e93 commit 15d3224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,7 @@ type Mailcheck struct {
Body string `json:"body"`
Subject string `json:"subject"`
Type string `json:"type"`
EmailApp bool `json:"email_app"`
EmailApp bool `json:"email_app"`
SenderCompany string `json:"sender_company"`
WorkflowId string `json:"workflow_id"`
ReferenceExecution string `json:"reference_execution"`
Expand Down

0 comments on commit 15d3224

Please sign in to comment.