Skip to content

Commit

Permalink
chore: future
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <david.dalbusco@dfinity.org>
  • Loading branch information
peterpeterparker committed Nov 27, 2024
1 parent cc1c755 commit 00cfb52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ic-management/src/utils/transform.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const transform: CallTransform | QueryTransform = (
_methodName: string,
args: (Record<string, unknown> & {
canister_id?: unknown;
target_canister?: unknown;
})[],
_callConfig: CallConfig,
): { effectiveCanisterId: Principal } => {
Expand Down

0 comments on commit 00cfb52

Please sign in to comment.