-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dao exec
, dao act
: fix support for string types in function arguments
#369
Labels
π bug
An unexpected behavior of the API
π good first issue
An easy issue for a new contributor
Comments
Related to #320 |
Can't figure this out either... but after checking this example:
And seeing that either of these work:
I'm thinking it's something in our configuration/middle-wares π€
|
0xGabi
changed the title
Jul 6, 2019
dao exec
, dao act
: fix support for string, bool and array types in function argumentsdao exec
, dao act
: fix support for string types in function arguments
Closed
Related to #1008 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
π bug
An unexpected behavior of the API
π good first issue
An easy issue for a new contributor
Currently state:
string
: even if using quotes, it will just use the first word and interpret everything after a space as a new argument.bool
: i haven't been able to find a value to send afalse
parameterarrays
: π€·ββοΈThe text was updated successfully, but these errors were encountered: