Skip to content

Commit

Permalink
Merge pull request #198 from kaleido-io/lowercase-firstevent
Browse files Browse the repository at this point in the history
lowercase `firstevent` json for ffcore parsing
  • Loading branch information
peterbroadhurst committed Aug 15, 2022
2 parents 256aba7 + 2c82c9d commit 9914795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type MultipartyConfig struct {

type ContractConfig struct {
Location interface{} `yaml:"location"`
FirstEvent string `yaml:"firstEvent"`
FirstEvent string `yaml:"firstevent"`
}

type MultipartyOrgConfig struct {
Expand Down

0 comments on commit 9914795

Please sign in to comment.