File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export type * from './sdk/models/index.js';
1313 * @param baseUrl Root of the URL that should have endpoints appended to it by the query building system.
1414 * @returns Configured API client that is able to make requests against SHI Data Gateway.
1515 */
16- export default function dataGatewayClientFactory ( credential : TokenCredential , baseUrl ?: URL ) {
16+ export function dataGatewayClientFactory ( credential : TokenCredential , baseUrl ?: URL ) {
1717 // #region Input Validation
1818 assert ( credential ) ;
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export type * from './sdk/models/index.js';
1313 * @param baseUrl Root of the URL that should have endpoints appended to it by the query building system.
1414 * @returns Configured API client that is able to make requests against the specified SHIELD instance.
1515 */
16- export default function shieldClientFactory ( credential : TokenCredential , baseUrl : URL ) {
16+ export function shieldClientFactory ( credential : TokenCredential , baseUrl : URL ) {
1717 // #region Input Validation
1818 assert ( credential ) ;
1919
You can’t perform that action at this time.
0 commit comments