Skip to content

Commit e2d40da

Browse files
authored
Fix logs processor example (#588)
1 parent 99dba64 commit e2d40da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambda-extension/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ async fn handler(logs: Vec<LambdaLog>) -> Result<(), Error> {
5656
LambdaLogRecord::Extension(_record) => {
5757
// do something with the extension log record
5858
},
59-
},
6059
_ => (),
6160
}
6261
}

0 commit comments

Comments
 (0)