Skip to content

Commit

Permalink
remove unnecesary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Nov 13, 2024
1 parent 006bcf0 commit 9f36ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"botbuilder-stdlib": "4.1.6",
"botframework-connector": "4.1.6",
"botframework-schema": "4.1.6",
"eslint-plugin-only-warn": "^1.1.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
Expand Down
2 changes: 2 additions & 0 deletions libraries/botbuilder-core/src/botStatePropertyAccessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export interface StatePropertyAccessor<T = any> {
* ```JavaScript
* const value = await myProperty.get(context, { count: 0 });
* ```
* Reads a persisted property from its backing storage object.
*
* @param context Context for the current turn of conversation with the user.
* @param defaultValue (Optional) default value to copy to the backing storage object if the property isn't found.
*/
Expand Down

0 comments on commit 9f36ee3

Please sign in to comment.