Skip to content

Commit 97f543a

Browse files
authored
Merge pull request #444 from microsoft/trboehre/lib-fixes
Corrected case of "teams" folder name in core. Corrected __init__.py…
2 parents a590910 + 48c71ff commit 97f543a

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)