Skip to content

Commit 48c71ff

Browse files
author
Tracy Boehrer
committed
Corrected case of "teams" folder name in core. Corrected __init__.py in schema so TeamsChannelAccount was defined.
1 parent a590910 commit 48c71ff

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

libraries/botbuilder-schema/botbuilder/schema/teams/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"TeamInfo",
1010
"ChannelInfo",
1111
"TeamsChannelData",
12-
"TeamsChannelData",
12+
"TeamsChannelAccount",
1313
"TenantInfo",
1414
"NotificationInfo",
1515
]

0 commit comments

Comments
 (0)