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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
The state field being an int causes us to have to use a map[string]interface{}. We should move it to a string to make the map being passed around more explicit.
The text was updated successfully, but these errors were encountered:
The state field being an
int
causes us to have to use amap[string]interface{}
. We should move it to a string to make the map being passed around more explicit.The text was updated successfully, but these errors were encountered: