Skip to content

Commit

Permalink
lowercase firstevent json for ffcore parsing
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
  • Loading branch information
shorsher committed Jul 27, 2022
1 parent cf3f1f6 commit 2c82c9d
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 2c82c9d

Please sign in to comment.