Skip to content

fix "Local variable 'user_id' referenced before assignment"

Fabio requested to merge fabrixxm/bluepill:fix/unitialized-var into master

I've got this error on first sync. I chose an empty string as default value to match the value assigned in the "except" block

Merge request reports