Skip to content

Commit

Permalink
Update src/common/chat-participants/powerpages/commands/create-site/C…
Browse files Browse the repository at this point in the history
…reateSiteHelper.ts

Co-authored-by: Priyanshu Agrawal <[email protected]>
  • Loading branch information
amitjoshi438 and priyanshu92 authored Dec 3, 2024
1 parent 5c67c77 commit 6f56920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const createSite = async (createSiteOptions: ICreateSiteOptions) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const contentProvider = previewSitePagesContent({ sitePages, stream, extensionContext, telemetry, sessionId, orgId, envId, userId });

const envList = await getEnvList(telemetry, intelligenceAPIEndpointInfo.endpointStamp)
const envList = await getEnvList(telemetry, intelligenceAPIEndpointInfo.endpointStamp);

stream.button({
command: CREATE_SITE_BTN_CMD,
Expand Down

0 comments on commit 6f56920

Please sign in to comment.