Skip to content

Commit

Permalink
Merge bac8e18 into 449a89e
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceHaley committed Jun 17, 2021
2 parents 449a89e + bac8e18 commit 5ace30f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"description": "Property to store the OAuth token result. WARNING: Changing this location is not recommended as you should call OAuthInput immediately before each use of the token.",
"default": "turn.token",
"examples": [
"dialog.token"
"turn.token"
]
},
"invalidPrompt": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Microsoft.Bot.Builder.TestBot.Json/testbot.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5569,7 +5569,7 @@
"title": "Token property",
"description": "Property to store the OAuth token result.",
"examples": [
"dialog.token"
"turn.token"
]
},
"invalidPrompt": {
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5386,7 +5386,7 @@
"description": "Property to store the OAuth token result. WARNING: Changing this location is not recommended as you should call OAuthInput immediately before each use of the token.",
"default": "turn.token",
"examples": [
"dialog.token"
"turn.token"
]
},
"invalidPrompt": {
Expand Down

0 comments on commit 5ace30f

Please sign in to comment.