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 a82a72b commit 3f810fcCopy full SHA for 3f810fc
1 file changed
new-ui/src/shared/rust-api/api.ts
@@ -126,8 +126,7 @@ const getEdgeRequestHeaders = async (): Promise<EdgeRequestHeaders> => {
126
};
127
128
129
-const getPostureData = async (): Promise<unknown> =>
130
- invoke(TauriCommand.GetPostureData);
+const getPostureData = async (): Promise<unknown> => invoke(TauriCommand.GetPostureData);
131
132
const swapToOldUi = async () => invoke(TauriCommand.SwapToOldUi);
133
0 commit comments