mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2026-01-09 05:12:25 -06:00
Remove debugger in ProfilePhoto.vue
This commit is contained in:
@@ -135,7 +135,6 @@ export default {
|
|||||||
if (!this.isOpen) return;
|
if (!this.isOpen) return;
|
||||||
|
|
||||||
const file = event.target.files[0];
|
const file = event.target.files[0];
|
||||||
debugger;
|
|
||||||
const base64 = await this.fileToBase64(file);
|
const base64 = await this.fileToBase64(file);
|
||||||
|
|
||||||
await instanceController.profile.updatePicture(
|
await instanceController.profile.updatePicture(
|
||||||
|
|||||||
Reference in New Issue
Block a user