Skip to content

Commit

Permalink
fix: set deleteOldVersion to true when publishing luis (#3661)
Browse files Browse the repository at this point in the history
Co-authored-by: Dong Lei <[email protected]>
  • Loading branch information
lei9444 and boydc2014 authored Jul 21, 2020
1 parent f2e9b4d commit 1b162af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/packages/server/src/models/bot/luPublisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class LuPublisher {
config.botName,
config.suffix,
config.fallbackLocal,
false,
true,
loadResult.multiRecognizers,
loadResult.settings
);
Expand Down

0 comments on commit 1b162af

Please sign in to comment.