Skip to content

Commit

Permalink
update detecting at server
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan committed Nov 4, 2020
1 parent 8bd92c0 commit c4ea7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/packages/server/src/models/bot/botProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ export class BotProject implements IBotProject {
try {
// filter form dialog generated file.
const dialogJson = JSON.parse(file.content);
const isFormDialog = has(dialogJson, '$Generator');
const isFormDialog = has(dialogJson, 'schema');
if (!isFormDialog) {
dialogFiles.push(file);
}
Expand Down

0 comments on commit c4ea7a6

Please sign in to comment.