Skip to content

Commit

Permalink
Fix missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Mar 4, 2024
1 parent 951bcdc commit 9fd1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
MessageType,
} from '@aleph-sdk/message'

class AlephHttpClient {
export class AlephHttpClient {
postClient: PostMessageClient
forgetClient: ForgetMessageClient
aggregateClient: AggregateMessageClient
Expand Down

0 comments on commit 9fd1d33

Please sign in to comment.