diff --git a/src/routes/api/options.js b/src/routes/api/options.js index 21ccd70c3..dcb89c63e 100644 --- a/src/routes/api/options.js +++ b/src/routes/api/options.js @@ -63,8 +63,8 @@ const ALLOWED_OPTIONS = new Set([ 'checkForUpdates', 'disableTray', 'customSearchEngineName', - 'customSearchEngineUrl',, - 'openNoteIn' + 'customSearchEngineUrl', + 'openNoteIn', ]); function getOptions() {