Skip to content

Commit

Permalink
Merge pull request #206 from Interactions-HSG/202-bug-return-true-for…
Browse files Browse the repository at this point in the history
…-ispayloadnull-call

fix(tdhttpresponse) rm isPayloadNull
  • Loading branch information
danaivach authored Dec 4, 2024
2 parents da9af57 + 92fefc5 commit 65faff2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,4 @@ public Object getPayloadWithSchema(DataSchema schema) throws IllegalArgumentExce
JsonElement content = JsonParser.parseString(payload.get());
return schema.parseJson(content);
}

public boolean isPayloadNull() {
return true;
}
}

0 comments on commit 65faff2

Please sign in to comment.