From 1b40897ea287ca6a75d04b4945cd301f201894a8 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 22 Aug 2024 14:49:00 +0200 Subject: [PATCH] sixths: add fixme. --- apps/sixths/sixths.app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/sixths/sixths.app.js b/apps/sixths/sixths.app.js index 5740c9509..761ddee76 100644 --- a/apps/sixths/sixths.app.js +++ b/apps/sixths/sixths.app.js @@ -675,11 +675,10 @@ function every(now) { lastHour = now.getHours(); hourly(); } - if (lastMin / 5 != now.getMinutes() / 5) { + if (lastMin / 5 != now.getMinutes() / 5) { // fixme, trunc? lastMin = now.getMinutes(); fivemin(); } - } function testBearing() {