fix: Remove código redundante no serviço WhatsApp e elimina git add da configuração do lint-staged.

This commit is contained in:
Rodrigo Borba 2026-01-04 14:10:20 -03:00
parent 47226765b9
commit 820bc4b4fe

View File

@ -165,8 +165,7 @@
},
"lint-staged": {
"app/**/*.{js,vue}": [
"eslint --fix",
"git add"
"eslint --fix"
],
"*.scss": [
"scss-lint"