Skip to content

Commit

Permalink
Makes AccessToken conform to Codable
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Sep 13, 2023
1 parent c0a7cf3 commit b37282d
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 AccessToken: Decodable {
struct AccessToken: Codable {

let token: String
let accountId: String
Expand Down

0 comments on commit b37282d

Please sign in to comment.