Skip to content

Commit

Permalink
Merge pull request #1741 from ably/web-errorinfo-named-export
Browse files Browse the repository at this point in the history
fix: export ErrorInfo as named export in web entrypoint
  • Loading branch information
VeskeR authored Apr 17, 2024
2 parents bf2bfcc + cee3dd3 commit 3cf1cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (Platform.Config.agent) {
Platform.Defaults.agent += ' ' + Platform.Config.agent;
}

export { DefaultRest as Rest, DefaultRealtime as Realtime, msgpack, protocolMessageFromDeserialized };
export { DefaultRest as Rest, DefaultRealtime as Realtime, msgpack, protocolMessageFromDeserialized, ErrorInfo };

export default {
ErrorInfo,
Expand Down

0 comments on commit 3cf1cca

Please sign in to comment.