Skip to content

Commit 292f1bd

Browse files
committed
Just a comment
1 parent 250e596 commit 292f1bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blueapi/blueapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const BLUEAPI_SOCKET: string = import.meta.env.VITE_BLUEAPI_SOCKET;
55
type BlueApiRequestBody = {
66
planName: string;
77
planParams: object;
8+
// instrumentSession: string;
89
};
910
// @todo check if blueapi request still works if planParams optional (since some times there's none)
1011

0 commit comments

Comments
 (0)