Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Feb 20, 2023
1 parent 5f16855 commit fda3583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private[v1] class OperationsResource extends ApiRequestContext with Logging {
if (i.getI64Val.isSetValue) {
i.getI64Val.getFieldValue(TI64Value._Fields.VALUE)
} else {
null;
null
}
})
}).asJava)
Expand Down

0 comments on commit fda3583

Please sign in to comment.