Skip to content

Commit

Permalink
fixed id
Browse files Browse the repository at this point in the history
  • Loading branch information
judezhu committed Aug 12, 2024
1 parent beab2ce commit a0b4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/go/events/moment_locked.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MomentLockedEvent interface {
type momentLockedEvent map[string]any

func (evt momentLockedEvent) FlowID() uint64 {
return evt["flowID"].(uint64)
return evt["id"].(uint64)
}

func (evt momentLockedEvent) Duration() uint64 {
Expand Down

0 comments on commit a0b4bd8

Please sign in to comment.