Skip to content

Commit 2ee78e4

Browse files
Fix for Semicolon insertion
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 1a3aa67 commit 2ee78e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs_package/tests/bandpower.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function runExample (): Promise<void>
1414
await sleep (5000);
1515
board.stopStream();
1616
const data = board.getCurrentBoardData(128);
17-
board.releaseSession()
17+
board.releaseSession();
1818
const eegChannels = BoardShim.getEegChannels(boardId);
1919
const samplingRate = BoardShim.getSamplingRate(boardId);
2020
const oldData = data[eegChannels[1]];

0 commit comments

Comments
 (0)