Skip to content

Commit

Permalink
Update espwsclient.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlljm authored Nov 19, 2024
1 parent 4872006 commit 5b29f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/esp/client/espwsclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ func parseJsonFieldValue(rawValue any, schemaType field.SchemaType) any {
case field.Date:
fieldValueInt, err := strconv.ParseInt(fieldValueString, 10, 64)
if err != nil {
log.DefaultLogger.Error(fmt.Sprintf("Cannot convert field value to type timestamp: %s", fieldValueString))
log.DefaultLogger.Error(fmt.Sprintf("Cannot convert field value to type date: %s", fieldValueString))
panic(err)
}

Expand Down

0 comments on commit 5b29f76

Please sign in to comment.