Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Mar 29, 2024
1 parent 674dcf7 commit 0ca8d75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backend/main/main-canister.mo
Original file line number Diff line number Diff line change
Expand Up @@ -715,12 +715,11 @@ actor class Main() {
})|> Iter.toArray(_);
};

// step 2
packageConfigs := TrieMap.fromEntries<PackageId, PackageConfigV3>(packageConfigsStableV3.vals(), Text.equal, Text.hash);
packageConfigsStableV2 := [];
packageConfigsStableV3 := [];

highestConfigs := TrieMap.fromEntries<PackageName, PackageConfigV3>(highestConfigsStableV3.vals(), Text.equal, Text.hash);
highestConfigsStableV2 := [];
highestConfigsStableV3 := [];

packagePublications := TrieMap.fromEntries<PackageId, PackagePublication>(packagePublicationsStable.vals(), Text.equal, Text.hash);
packagePublicationsStable := [];
Expand Down

0 comments on commit 0ca8d75

Please sign in to comment.