Skip to content

Commit

Permalink
feat: default snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 29, 2024
1 parent 711b2e6 commit 55ce254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/handlers/upgrade.handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const upgrade = async ({
canisterId,
actor,
onProgress,
takeSnapshot,
takeSnapshot = true,
...rest
}: UpgradeCodeParams & {reset?: boolean}) => {
// 1. We verify that the code to be installed is different from the code already deployed. If the codes are identical, we skip the installation.
Expand Down

0 comments on commit 55ce254

Please sign in to comment.