Skip to content

Commit

Permalink
fix(tdhttpresponse) rm isPayloadNull
Browse files Browse the repository at this point in the history
  • Loading branch information
danaivach committed Dec 4, 2024
1 parent 7dc61a0 commit 92fefc5
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 92fefc5

Please sign in to comment.