Skip to content

Commit

Permalink
fix abs (microsoft#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyLaw authored Apr 16, 2021
1 parent c72d420 commit 86154d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ export const postRootBotCreation = async (
if (profile) {
// ABS Create Flow, update publishProfile after create project
const dispatcher = await callbackHelpers.snapshot.getPromise(dispatcherState);
const newProfile = getPublishProfileFromPayload(profile, source);
const newProfile = await getPublishProfileFromPayload(profile, source);

newProfile && dispatcher.setPublishTargets([newProfile], projectId);
}
Expand Down

0 comments on commit 86154d8

Please sign in to comment.