Skip to content

Commit

Permalink
[Event Hubs] Fix type (#32303)
Browse files Browse the repository at this point in the history
After upgrade to TS 5.7.2.
  • Loading branch information
deyaaeldeen authored Dec 19, 2024
1 parent b47efec commit cbd2b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.

import { hashPartitionKey } from "../../../src/impl/partitionKeyToIdMapper.js";
import expectations from "./partitionKeyHashMap.json";
import expectations from "./partitionKeyHashMap.json" assert { type: "json" };
import { assert } from "../../utils/chai.js";
import { describe, it } from "vitest";

Expand Down

0 comments on commit cbd2b87

Please sign in to comment.