Skip to content

Commit c43cd4e

Browse files
compulimCopilot
andauthored
Update packages/api/src/hooks/useActivities.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f17e2c3 commit c43cd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/src/hooks/useActivities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function useActivitiesForDevelopment(): readonly [readonly WebChatActivity[]] {
4444
for (let index = 0; index < activitiesFromGraph.length; index++) {
4545
if (!Object.is(activitiesFromGraph.at(index), activitiesFromRedux.at(index))) {
4646
throw new Error(
47-
`botframework-webchat-internal: Activities from graph and Redux are of different at index ${index}`,
47+
`botframework-webchat-internal: Activities from graph and Redux are different at index ${index}`,
4848
{
4949
cause: {
5050
activitiesFromGraph,

0 commit comments

Comments
 (0)