Skip to content

Commit

Permalink
chore: More debug and Release web build (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Mar 14, 2024
1 parent 54188a1 commit cea6d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion native/ReleaseNotes/whatsnew-en
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Web release notes.
Web release notes..
1 change: 1 addition & 0 deletions native/app/core/DataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class DataService {

if (definitionBucketHash) {
console.log("Found bucket", definitionBucketHash);
console.log("item.bucketHash", item.bucketHash);
const hasBucket = Object.hasOwn(vaultItems[item.bucketHash as VaultBucketHash].items, definitionBucketHash);
if (!hasBucket) {
vaultItems[item.bucketHash as VaultBucketHash].items[definitionBucketHash] = {
Expand Down

0 comments on commit cea6d02

Please sign in to comment.