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
fix "type=" to use full name (e.g. boolean, integer)
`type=int` and `type=bool` return errors `Unknown type int` and `Unknown type bool`
It should be `type=integer` and `type=boolean` respectively
Signed-off-by: invario <67800603+invario@users.noreply.github.com>
0 commit comments