From 2ee78e47d24ead74dca845b35caf355bea635115 Mon Sep 17 00:00:00 2001 From: Andrey Parfenov Date: Sun, 26 Apr 2026 18:44:55 +0700 Subject: [PATCH] Fix for Semicolon insertion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- nodejs_package/tests/bandpower.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs_package/tests/bandpower.ts b/nodejs_package/tests/bandpower.ts index 0c88506bf..7913dc96b 100644 --- a/nodejs_package/tests/bandpower.ts +++ b/nodejs_package/tests/bandpower.ts @@ -14,7 +14,7 @@ async function runExample (): Promise await sleep (5000); board.stopStream(); const data = board.getCurrentBoardData(128); - board.releaseSession() + board.releaseSession(); const eegChannels = BoardShim.getEegChannels(boardId); const samplingRate = BoardShim.getSamplingRate(boardId); const oldData = data[eegChannels[1]];