This commit is contained in:
Mark Chmarny 2020-07-13 09:24:51 -07:00
parent 1589031af6
commit dbc1a76dcf
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ func NewCloudEventsEnvelope(id, source, eventType, subject string, data []byte)
Subject: subject,
Data: string(data),
}
}
func getStrVal(m map[string]interface{}, key string) string {