Skip to content

Commit 32bd269

Browse files
author
Aaron Dabney
committed
fix: waiter circular dependency
Signed-off-by: Aaron Dabney <aaron.g.dabney@gmail.com>
1 parent ae21157 commit 32bd269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/lib/waiter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
44
*/
55

6-
import { OciError } from "..";
6+
import { OciError } from "./error";
77

88
export interface DelayStrategy {
99
delay(context: WaitContext): number;

0 commit comments

Comments
 (0)