Skip to content

Commit

Permalink
Update PostConnectionRequest.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
lika-vorobeva committed Oct 6, 2022
1 parent d6e0acd commit 7e80cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ struct PostConnectionRequest: Codable {

extension PostConnectionRequest {
enum CodingKeys: String, CodingKey {
case nodeAddress
case nodeAddress = "node_address"
}
}

0 comments on commit 7e80cc5

Please sign in to comment.