-
I am working a kemal + avarm project, i use avram main branch. (4b1cb28fa704db693dee8503700be13c73611dc5) I try to introduce Avram::Params, make my params more safely, but it failed with following error:
Yes, i saw probably we are refactoring this feature, old spec example not works anymore. So, how to do that? why we change from old usage to this? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
jwoertink
Aug 2, 2022
Replies: 1 comment
-
With the next release, in order to support Arrays in params, I had to change this. Now you do params = Avram::Params.new({"name" => ["billy"]}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zw963
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the next release, in order to support Arrays in params, I had to change this. Now you do