Skip to content

Commit

Permalink
sent response upon receving message ''signit.getfiles"
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir-afk committed Jun 5, 2024
1 parent 4eb75a2 commit e9c8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ async function setState(value) {
console.log(
records[message.text] || records[message.text.toLowerCase()] || []
);
return records[message.text] || records[message.text.toLowerCase()] || [];
sendResponse(records[message.text] || records[message.text.toLowerCase()] || []);
}
// When message 'signit.i18nCode' is heard, returns banada object
else if (
Expand Down

0 comments on commit e9c8dd0

Please sign in to comment.