Skip to content

Commit 58afdc0

Browse files
committed
refactor: typebot form
1 parent a3ffb68 commit 58afdc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/instance/Openai/DefaultSettingsOpenai.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import {
3535

3636
import {
3737
Instance,
38-
OpenaiBot,
38+
Openai as OpenaiBot,
3939
OpenaiCreds,
4040
OpenaiSettings,
4141
} from "@/types/evolution.types";

src/services/openai.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {
2-
OpenaiBot,
2+
Openai as OpenaiBot,
33
OpenaiCreds,
44
OpenaiSettings,
55
} from "@/types/evolution.types";

0 commit comments

Comments
 (0)