Skip to content

Commit

Permalink
Merge pull request #435 from ForgeRock/circular-dep
Browse files Browse the repository at this point in the history
fix(javascript-sdk): circular-dep
  • Loading branch information
ryanbas21 authored Mar 28, 2024
2 parents 86c8279 + 1a05074 commit 642a32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/javascript-sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ abstract class Config {

export default Config;
export type { ConfigOptions, ServerConfig, ValidConfigOptions, StepOptions };
export { DEFAULT_TIMEOUT };
2 changes: 1 addition & 1 deletion packages/javascript-sdk/src/util/timeout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* of the MIT license. See the LICENSE file for details.
*/

import { DEFAULT_TIMEOUT } from '../config';
import { DEFAULT_TIMEOUT } from '../config/constants';

/**
* @module
Expand Down

0 comments on commit 642a32b

Please sign in to comment.