mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 07:04:50 -06:00
Remove debugger in ProfilePhoto.vue
This commit is contained in:
parent
7579b85cbf
commit
074c108380
@ -135,7 +135,6 @@ export default {
|
||||
if (!this.isOpen) return;
|
||||
|
||||
const file = event.target.files[0];
|
||||
debugger;
|
||||
const base64 = await this.fileToBase64(file);
|
||||
|
||||
await instanceController.profile.updatePicture(
|
||||
|
Loading…
Reference in New Issue
Block a user