Make sure we compare flavor IDs as ints
We were comparing an int to a string and getting things wrong, so idempotence was lost. This forces the comparison to be int.
Showing
Please
register
or
sign in
to comment
We were comparing an int to a string and getting things wrong, so idempotence was lost. This forces the comparison to be int.