From 1932913396b6cf54a89a36f38ca2742b275be820 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Aug 2024 13:51:40 -0400 Subject: [PATCH] Didn't actually callback lol --- src/custom_modules/VoidGPIO.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/custom_modules/VoidGPIO.js b/src/custom_modules/VoidGPIO.js index 9cb97d4..b1ae3c0 100644 --- a/src/custom_modules/VoidGPIO.js +++ b/src/custom_modules/VoidGPIO.js @@ -52,6 +52,7 @@ module.exports = { if (stderr) { callback(new Error(stderr)); } + callback(null); }); }, // Calls the GPIO Interface script to read a pin's state