Skip to content

Commit

Permalink
request.time is a Timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 24, 2024
1 parent e3e41a8 commit e7c662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/cel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fn copy(value_type: &ValueType) -> ValueType {

fn new_well_known_attribute_map() -> HashMap<Path, ValueType> {
HashMap::from([
("request.time".into(), ValueType::String),
("request.time".into(), ValueType::Timestamp),
("request.id".into(), ValueType::String),
("request.protocol".into(), ValueType::String),
("request.scheme".into(), ValueType::String),
Expand Down

0 comments on commit e7c662a

Please sign in to comment.