Skip to content

Commit

Permalink
update API signature
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Dec 20, 2024
1 parent f60e64d commit e2cb9d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/botbuilder-core/etc/botbuilder-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ export class SkypeMentionNormalizeMiddleware implements Middleware {
export interface StatePropertyAccessor<T = any> {
delete(context: TurnContext): Promise<void>;
get(context: TurnContext): Promise<T | undefined>;
// (undocumented)
get(context: TurnContext, defaultValue: T): Promise<T>;
set(context: TurnContext, value: T): Promise<void>;
}
Expand Down

0 comments on commit e2cb9d3

Please sign in to comment.