diff --git a/html/src/repository/config.js b/html/src/repository/config.js index f42bf59c..6584bdb2 100644 --- a/html/src/repository/config.js +++ b/html/src/repository/config.js @@ -44,7 +44,7 @@ async function syncLoop() { 'INSERT OR REPLACE INTO configs (`key`, `value`) VALUES (@key, @value)', { '@key': key, - '@value': sharedRepository.get(key) + '@value': sharedRepository.getString(key) } ); }