Skip to content

Commit

Permalink
chore: use dfinity utils
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 14, 2025
1 parent 3db292a commit 6ef3ce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/console.deploy.segments.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env node

import { toNullable } from '@dfinity/utils';
import { assertNonNullish, toNullable } from '@dfinity/utils';
import { fileExists } from '@junobuild/cli-tools';
import { uploadAsset } from '@junobuild/console';
import { assertNonNullish } from '@junobuild/utils';
import { parse } from '@ltd/j-toml';
import { readFileSync } from 'node:fs';
import { readFile } from 'node:fs/promises';
Expand Down

0 comments on commit 6ef3ce8

Please sign in to comment.