mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-26 15:09:15 -06:00
The variable doesn't exist, and we never use it after this. Seems like a copy-paste error. Solves these eslint errors: /puter/packages/backend/src/routers/save_account.js 90:9 error 'uuid_user' is not defined no-undef 91:9 error 'uuid_user' is not defined no-undef 91:21 error 'uuid_user' is not defined no-undef