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 8a8e9ac commit 8627ac2Copy full SHA for 8627ac2
src/blueapi/blueapi.ts
@@ -7,6 +7,7 @@ type BlueApiRequestBody = {
7
planParams: object;
8
// instrumentSession: string;
9
};
10
+// Update to latest blueapi (> 1.0.0), See https://github.com/DiamondLightSource/mx-daq-ui/issues/72
11
// @todo check if blueapi request still works if planParams optional (since some times there's none)
12
13
export type BlueApiWorkerState =
0 commit comments