Update dependencies

This commit is contained in:
Stasia Michalska
2025-12-21 18:11:07 +01:00
parent 900b03de1d
commit 75548a1c04
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ module.exports = {
* @returns {Array}
*/
function autoLayout() {
const bwWatches = ['aplite', 'diorite', 'flint'];
var bwWatches = ['aplite', 'diorite', 'flint'];
if (!clay.meta.activeWatchInfo ||
clay.meta.activeWatchInfo.firmware.major === 2 ||
bwWatches.indexOf(clay.meta.activeWatchInfo.platform) > -1 &&