Skip to content

Commit

Permalink
[bug][http] commonConf NullPointerException DTStack#1510
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoxyz1 committed Feb 17, 2023
1 parent 58fbb3b commit 8def519
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public class HttpColumnConverter

public HttpColumnConverter(HttpRestConfig httpRestConfig) {
this.httpRestConfig = httpRestConfig;
this.commonConf = httpRestConfig;

// Only json need to extract the fields
if (StringUtils.isNotBlank((httpRestConfig.getFields()))) {
Expand Down

0 comments on commit 8def519

Please sign in to comment.