Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Nov 22, 2024
1 parent 26f3b75 commit efb5962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void invoke(DirtyData<T> dirtyData) throws Exception {
.inlongStreamId(dataStreamId)
.dataflowId(dataflowId)
.dataTime(dirtyData.getDataTime())
.serverType(dirtyData.getServerType().format())
.serverType(dirtyData.getServerType())
.dirtyType(dirtyData.getDirtyType().format())
.dirtyMessage(dirtyData.getDirtyMessage())
.ext(dirtyData.getExtParams())
Expand Down

0 comments on commit efb5962

Please sign in to comment.