Skip to content

Commit

Permalink
Merge pull request #31 from atomist-skills/fix-field-names
Browse files Browse the repository at this point in the history
fix field names!
  • Loading branch information
cdupuis authored Dec 21, 2023
2 parents 5b55d5c + 4487f29 commit 447d538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ type EventIncoming struct {
Configuration Configuration `edn:"configuration"`
Result [][]edn.RawMessage `edn:"result"`
Metadata struct {
AfterBasisT int64 `edn:"tx"`
Tx int64 `edn:"after-basis-t"`
AfterBasisT int64 `edn:"after-basis-t"`
Tx int64 `edn:"tx"`
ScheduleName string `edn:"schedule-name"`
} `edn:"metadata"`
} `edn:"subscription"`
Expand Down

0 comments on commit 447d538

Please sign in to comment.