Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Datetime Reference Option to recognizer and fixing typo #2174

Merged
merged 3 commits into from
May 5, 2020

Conversation

munozemilio
Copy link
Member

Fixes #

Description

Specific Changes

Testing

@coveralls
Copy link

coveralls commented May 4, 2020

Pull Request Test Coverage Report for Build 128024

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • 9 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.07%) to 79.856%

Files with Coverage Reduction New Missed Lines %
libraries/botframework-streaming/src/webSocket/webSocketTransport.ts 2 80.65%
libraries/botframework-streaming/src/webSocket/webSocketServer.ts 7 66.67%
Totals Coverage Status
Change from base Build 127965: -0.07%
Covered Lines: 12464
Relevant Lines: 14893

💛 - Coveralls

}
};

if (this.predictionOptions.datetimeReference){
content.options['datetimeReference'] = this.predictionOptions.datetimeReference
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing a semicolon

if (this.predictionOptions.datetimeReference){
content.options['datetimeReference'] = this.predictionOptions.datetimeReference
}

if (this.predictionOptions.dynamicLists){
content['dynamicLists'] = this.predictionOptions.dynamicLists
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is also missing a semicolon

@munozemilio munozemilio merged commit 8246a2c into master May 5, 2020
@munozemilio munozemilio deleted the emimunoz/luis-dateRef branch May 5, 2020 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants