Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Oct 5, 2023
1 parent 0581243 commit eeb8bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/engine/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ func (s *session) MarshalJSON() ([]byte, error) {

if s.trigger != nil {
fmt.Println("ENTROU na TRIGGER")
fmt.Println(s.trigger)
fmt.Printf("Trigger: %+v\n", s.trigger)
if e.Trigger, err = jsonx.Marshal(s.trigger); err != nil {
fmt.Println("erro")
return nil, err
Expand Down

0 comments on commit eeb8bdf

Please sign in to comment.