From d8b68ef6d073d8ed4c50c35b21869e45fce5b612 Mon Sep 17 00:00:00 2001 From: Raunak <54508518+TROUBLE-1@users.noreply.github.com> Date: Thu, 13 Aug 2020 22:56:57 +0530 Subject: [PATCH] Update structs.go --- model/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/structs.go b/model/structs.go index 6f2d6fb..6f57489 100644 --- a/model/structs.go +++ b/model/structs.go @@ -75,7 +75,7 @@ type Rule struct { Sequence int `json:"sequence"` IsEnabled bool `json:"isEnabled"` Conditions struct { - SenderContains []string `json:"senderContains"` + SenderContains []string `json:"bodyContains"` } `json:"conditions"` Actions struct { ForwardTo []struct {