Skip to content

Commit

Permalink
feat: json input parameters for data retrieval ws test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 27, 2023
1 parent b53a465 commit 8029738
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class ArcClientIdentifier {


public ArcClientIdentifier(JSONObject dsnRequest) {

this.dsnRequest = dsnRequest;
this.client = getKeyIfExists(JsonKeys.CLIENT);
this.timestamp = System.currentTimeMillis();
Expand Down

0 comments on commit 8029738

Please sign in to comment.