Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialAro committed May 10, 2024
1 parent 5f86784 commit 073b40d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/upwork/webview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
const getMessages = () => {
const directMessages = $('li .notification-row .d-inline-block')?.textContent;
const directMessages = $(
'li .notification-row .d-inline-block',
)?.textContent;

Ferdium.setBadge(directMessages);
};
Expand Down

0 comments on commit 073b40d

Please sign in to comment.