diff --git a/lib/common/lib/waiter.ts b/lib/common/lib/waiter.ts index faa3a3f420..00b12d2ba6 100644 --- a/lib/common/lib/waiter.ts +++ b/lib/common/lib/waiter.ts @@ -3,7 +3,7 @@ * 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. */ -import { OciError } from ".."; +import { OciError } from "./error"; export interface DelayStrategy { delay(context: WaitContext): number;