Skip to content

Commit

Permalink
[Event Hubs] Update sample (#30582)
Browse files Browse the repository at this point in the history
Addresses issue #4 in
#30555.
  • Loading branch information
deyaaeldeen authored Jul 31, 2024
1 parent e3b922a commit 1456e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdk/eventhub/event-hubs/samples-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"sideEffects": false,
"dependencies": {
"@azure/event-hubs": "^5.12.0",
"@azure/abort-controller": "^2.1.2",
"@azure/identity": "^4.3.0",
"express": "^4.19.2",
"uuid": "^8.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
between sending batches.
*/

import { AbortController, AbortError, AbortSignalLike } from "@azure/abort-controller";
import { AbortError, AbortSignalLike } from "@azure/abort-controller";
import { EventData, EventDataBatch, EventHubProducerClient } from "@azure/event-hubs";

export interface AsyncBatchingProducerOptions {
Expand Down

0 comments on commit 1456e89

Please sign in to comment.