Skip to content

Commit 6a4cfd8

Browse files
committed
Fixed requested changes
1 parent cc68bec commit 6a4cfd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/chat_data/actions/create-chatbot/create-chatbot.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ export default {
5151
model: this.model,
5252
},
5353
});
54-
5554
$.export("$summary", `Successfully created Chatbot with ID '${response.chatbotId}'`);
56-
5755
return response;
5856
},
5957
};

0 commit comments

Comments
 (0)