Skip to content

Commit

Permalink
fix(cognitarium): properly format output json keys
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jun 5, 2023
1 parent b07861a commit c4de274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/okp4-cognitarium/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ pub struct Results {
pub enum Value {
/// # URI
/// Represents an IRI.
#[serde(rename = "uri")]
URI {
/// The value of the IRI.
value: IRI,
Expand Down

0 comments on commit c4de274

Please sign in to comment.