Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Jun 30, 2023
1 parent 545db81 commit b232642
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/nns/src/canisters/governance/response.converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ import type {
PrincipalId,
} from "@dfinity/nns-proto";
import { Principal } from "@dfinity/principal";
import { fromNullable, uint8ArrayToArrayOfNumber } from "@dfinity/utils";
import { fromDefinedNullable } from "@dfinity/utils/src";
import {
fromDefinedNullable,
fromNullable,
uint8ArrayToArrayOfNumber,
} from "@dfinity/utils";
import type { Map } from "google-protobuf";
import type {
AccountIdentifier as RawAccountIdentifier,
Expand Down

0 comments on commit b232642

Please sign in to comment.