You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging #1308 I discovered that we are missing the specific fields in the log that are supposed to be passed down. This is due to incorrectly passing []interface{} instead of a list of interface{} values.
Description
While debugging #1308 I discovered that we are missing the specific fields in the log that are supposed to be passed down. This is due to incorrectly passing
[]interface{}
instead of a list ofinterface{}
values.Version
main
The text was updated successfully, but these errors were encountered: