We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e80372 commit d03c92eCopy full SHA for d03c92e
typescript-client/client.ts
@@ -983,12 +983,12 @@ export async function requestInteractiveSlackApproval({
983
}
984
985
async function getMockedApi(): Promise<MockedApi | undefined> {
986
- const mockedPath = getEnv("WM_MOCKED_API_FILE");
987
-
988
if (mockedApi) {
989
return mockedApi;
990
991
+ const mockedPath = getEnv("WM_MOCKED_API_FILE");
+
992
if (mockedPath) {
993
console.info("Using mocked API from", mockedPath);
994
} else {
0 commit comments