Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
popestr committed Aug 26, 2024
1 parent 2f3035a commit 9d411b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chat-core-aws-connect/THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ The following NPM packages may be included in this product:
- [email protected]
- [email protected]
- [email protected]
- [email protected].7
- [email protected].8

These packages each contain the following license and notice below:

Expand Down
1 change: 0 additions & 1 deletion packages/chat-core-aws-connect/src/models/connect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ declare global {
export type ActiveCustomerChatSession = Extract<ActiveChatSession, { disconnectParticipant(): unknown }>;
export type Logger = typeof AwsChatSession.Logger;
}
const AWS: unknown;
}

0 comments on commit 9d411b5

Please sign in to comment.