opt_update #147
Answered
by
mtthss
pharringtonp19
asked this question in
Q&A
opt_update
#147
-
Just out of curiosity, when would we need to include -- I just realized that fromage requires it |
Beta Was this translation helpful? Give feedback.
Answered by
mtthss
Jun 25, 2021
Replies: 1 comment
-
There is no downside to just always passing the If instead you don't pass it then it will still work fine for transformations that don't need the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pharringtonp19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no downside to just always passing the
params
,the transformations that don't need it will just ignore it.
If instead you don't pass it then it will still work fine for transformations that don't need the
params
,but certain transforms that require them will throw an error to let you know that this is the case.