From 45c4470f7342ac7ac9524ef88456da00867f1382 Mon Sep 17 00:00:00 2001 From: tevenfeng Date: Sat, 13 May 2023 14:06:14 +0000 Subject: [PATCH] fix --- src/routes/api/options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {