Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Mar 25, 2024
1 parent 0243780 commit 2287d0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compiler/file_uploader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { getCanisterId } from '../../../dfx';
import { expandPaths } from './expand_paths';
import { uploadFile } from './upload_file';
import { onBeforeExit } from './on_before_exit';
import { onExit } from './on_exit';
import { createActor } from './file_chunk_actor';

export type Src = string;
Expand All @@ -26,5 +25,4 @@ export async function uploadFiles(canisterName: string, paths: [Src, Dest][]) {
);

onBeforeExit(canisterId, expandedPaths);
onExit(canisterId, expandedPaths);
}

0 comments on commit 2287d0e

Please sign in to comment.