Skip to content

Commit b784541

Browse files
committed
Added ? inside cursor condition
1 parent b85a5a2 commit b784541

File tree

1 file changed

+1
-1
lines changed
  • packages/cyera/data_stream/issue/agent/stream

1 file changed

+1
-1
lines changed

packages/cyera/data_stream/issue/agent/stream/cel.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ program: |-
149149
optional.of(string(body.results.map(e, e.updatedDate).max()))
150150
)
151151
:
152-
optional.of(string(state.cursor.max_update_time))
152+
state.?cursor.max_update_time
153153
)
154154
:
155155
state.?cursor.updated_timestamp,

0 commit comments

Comments
 (0)