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]];