Skip to content

Commit

Permalink
remove unsused type
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 30, 2023
1 parent 64c322c commit c09d6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_functional/canister_methods/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
createParents,
executeMethod
} from '.';
import { CandidType, RecursiveType, TypeMapping } from '../candid';
import { CandidType, TypeMapping } from '../candid';
import { toParamIDLTypes, toReturnIDLType } from '../../lib_new/utils';

export function update<
Expand Down

0 comments on commit c09d6b8

Please sign in to comment.