Fix typo in variable name (#2340)

This commit is contained in:
Freddy Boulton 2022-09-26 15:24:33 -04:00 committed by GitHub
parent 027bbc0180
commit d63b328337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ class App(FastAPI):
iterators = app.iterators[body.session_hash]
else:
session_state = {}
iterator = {}
iterators = {}
raw_input = body.data
fn_index = body.fn_index
try: