Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
return decodedTag;
};

const func = ({ url, body }) => window.tumblr.apiFetch(url, { method: 'POST', body });
const func = ({ url,

Check failure on line 26 in src/background.js

View workflow job for this annotation

GitHub Actions / Test

Expected a line break after this opening brace
body }) => window.tumblr.apiFetch(url, { method: 'POST', body });

Check failure on line 27 in src/background.js

View workflow job for this annotation

GitHub Actions / Test

Expected a line break before this closing brace

const onMenuItemClicked = function ({ linkUrl, menuItemId, selectionText }, { id: tabId }) {
const url = menuItemId === 'tagFiltering'
Expand Down
Loading