Fix linting errors

This commit is contained in:
Owen
2026-01-19 17:57:55 -08:00
parent 7ae6b2df05
commit 1a36cd0317
4 changed files with 4 additions and 4 deletions

View File

@@ -493,7 +493,7 @@ const sendToClientLocal = async (
}
// Handle config version
let configVersion = await getClientConfigVersion(clientId);
const configVersion = await getClientConfigVersion(clientId);
// Add config version to message
const messageWithVersion = {