Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jun 1, 2024
1 parent 75b0e80 commit 7020a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bin/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import * as fs from 'node:fs';
import * as Path from 'node:path';
import { glob } from 'glob';
import { zip } from 'ix/iterable/zip.js';
import { zip } from 'ix/iterable/zip';
import commandLineArgs from 'command-line-args';
// @ts-ignore
import { parse as bignumJSONParse } from 'json-bignum';
Expand Down

0 comments on commit 7020a37

Please sign in to comment.