Skip to content

Commit

Permalink
Update composedb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Sep 8, 2024
1 parent acc8615 commit 09cb3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/libs/composedb.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let defaultRuntime = {
},
},
PublicEncryptionDID: {
publicEncryptionDID: { type: "did", required: true, immutable: false },
publicEncryptionDID: { type: "did", indexed: true, required: true, immutable: false },
controllerDID: { type: "view", viewType: "documentAccount" },
},
EncryptedMessage: {
Expand Down

0 comments on commit 09cb3a0

Please sign in to comment.