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