Skip to content

Commit

Permalink
fix: revert javascript serialization change
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecl5 committed Jan 15, 2025
1 parent 78af45e commit 6813695
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class Authorization extends MdxBase<Authorization> {
private String deviceId;
private Long expiresAt;
private NameValuePair[] headers;
@SerializedName("javascript")
private JavaScript javaScript;
private String token;
private NameValuePair[] tokens;
Expand Down

0 comments on commit 6813695

Please sign in to comment.