Skip to content

Commit

Permalink
Makes RequestTokenResult conform to Codable
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Sep 13, 2023
1 parent e9681be commit 11e78a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2019 Alonso. All rights reserved.
//

struct RequestTokenResult: Decodable {
struct RequestTokenResult: Codable {

let success: Bool
let token: String
Expand Down

0 comments on commit 11e78a4

Please sign in to comment.