Fix example
This commit is contained in:
parent
c412836487
commit
69d7b4b1db
@ -1,6 +1,8 @@
|
||||
async {
|
||||
cast = (download "https://api.sampleapis.com/futurama/cast")
|
||||
characters = (download "https://api.sampleapis.com/futurama/characters")
|
||||
episodes = (download "https://api.sampleapis.com/futurama/episodes")
|
||||
}
|
||||
|
||||
cast_len = (length (from_json cast))
|
||||
characters_len = (length (from_json characters))
|
||||
|
Loading…
Reference in New Issue
Block a user