Files
2026-07-13 13:34:48 +08:00

6 lines
94 B
Plaintext

body = parse_json!(.body)
if body.object == "page" {
body.entry[0].id
} else {
null
}