Skip to content

Commit

Permalink
chore: added shellSoap partial application
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Apr 21, 2022
1 parent 16c9b7a commit e5ff75a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/network/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,5 @@ export const getXmlSoapFetch =
throw e;
}) as Promise<Response>;
};

export const shellSoap = getSoapFetch(SHELL_APP_ID);

0 comments on commit e5ff75a

Please sign in to comment.