Skip to content

Commit

Permalink
rest store types: add content_topc -> contentTopic that I had missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Apr 12, 2024
1 parent 8c2e223 commit eee2cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_api/rest/store/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ proc readValue*(
case fieldName
of "payload":
payload = some(reader.readValue(Base64String))
of "content_topic":
of "contentTopic":
contentTopic = some(reader.readValue(ContentTopic))
of "version":
version = some(reader.readValue(uint32))
Expand Down

0 comments on commit eee2cbf

Please sign in to comment.