diff --git a/nodejs_package/tests/denoising.ts b/nodejs_package/tests/denoising.ts index c161ea4fb..bb7702788 100644 --- a/nodejs_package/tests/denoising.ts +++ b/nodejs_package/tests/denoising.ts @@ -14,7 +14,7 @@ async function runExample (): Promise await sleep (5000); board.stopStream(); const data = board.getBoardData(); - board.releaseSession() + board.releaseSession(); const eegChannels = BoardShim.getEegChannels(boardId); const oldData = data[eegChannels[0]]; console.info(oldData);