Fix formatting of comments in exclusion list file for consistency

This commit is contained in:
mic 2025-05-25 22:12:23 +02:00
parent 6ce5bacfbe
commit 2ba1905c46

View file

@ -16,8 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// These methods are also defined in the file /js/mzta-compose-script.js
// These methods are also defined in the file /js/mzta-compose-script.js
export async function addTags_getExclusionList() {
let prefs_excluded_tags = await browser.storage.local.get({add_tags_exclusions: []});
return prefs_excluded_tags.add_tags_exclusions;