Skip to content

Commit

Permalink
fix kafka trigger metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed May 23, 2019
1 parent 534215f commit 6cdd573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/kafka/metadata.go
Expand Up @@ -17,7 +17,7 @@ type HandlerSettings struct {
}

type Output struct {
Message string `md:"string"` // The message that was consumed
Message string `md:"message"` // The message that was consumed
}

func (o *Output) ToMap() map[string]interface{} {
Expand Down

0 comments on commit 6cdd573

Please sign in to comment.