We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250e596 commit 292f1bdCopy full SHA for 292f1bd
src/blueapi/blueapi.ts
@@ -5,6 +5,7 @@ const BLUEAPI_SOCKET: string = import.meta.env.VITE_BLUEAPI_SOCKET;
5
type BlueApiRequestBody = {
6
planName: string;
7
planParams: object;
8
+ // instrumentSession: string;
9
};
10
// @todo check if blueapi request still works if planParams optional (since some times there's none)
11
0 commit comments