mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
bugfix
This commit is contained in:
@@ -44,7 +44,7 @@ async function syncLoop() {
|
|||||||
'INSERT OR REPLACE INTO configs (`key`, `value`) VALUES (@key, @value)',
|
'INSERT OR REPLACE INTO configs (`key`, `value`) VALUES (@key, @value)',
|
||||||
{
|
{
|
||||||
'@key': key,
|
'@key': key,
|
||||||
'@value': sharedRepository.get(key)
|
'@value': sharedRepository.getString(key)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user