Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit ef6fe53

Browse files
committed
highlevel: fix import-name-to-be
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent b01f870 commit ef6fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/highlevel/highlevel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { OpaOpenApiClient as Opa } from "../sdk";
1+
import { OpaApiClient as Opa } from "../sdk";
22
import type { Input, Result } from "../models/components";
33
import {
44
ExecutePolicyWithInputResponse,

0 commit comments

Comments
 (0)