Skip to content

Commit

Permalink
Alterado de let para var e retirada de item não usado
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Jun 10, 2022
1 parent 95aea72 commit 91899a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified README.md
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/src/services/WbotServices/wbotMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const handleMessage = async (
msgContact = await wbot.getContactById(msg.to);
} else {
const listSettingsService = await ListSettingsServiceOne({ key: "call" });
let callSetting = listSettingsService?.value;
var callSetting = listSettingsService?.value;

msgContact = await msg.getContact();
}
Expand Down

0 comments on commit 91899a1

Please sign in to comment.