Skip to content

Commit

Permalink
fix: usage of ic-management locally
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jul 3, 2023
1 parent f550ae5 commit b597ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/utils/src/utils/actor.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const createServices = <T>({
Actor.createActor<T>(certifiedIdlFactory, {
agent,
canisterId,
callTransform,
queryTransform,
});

return { service, certifiedService, agent, canisterId };
Expand Down

0 comments on commit b597ca5

Please sign in to comment.