fix typo
This commit is contained in:
parent
511799f85b
commit
d57729eb73
|
|
@ -5,7 +5,7 @@ table_name = 'conditions'
|
|||
route = table_name
|
||||
r = getRethinkDB()
|
||||
|
||||
booleans = ["disbled"]
|
||||
booleans = ["disabled"]
|
||||
|
||||
def create_conditions_routes(app):
|
||||
# Create a table (if not exists)
|
||||
|
|
|
|||
Loading…
Reference in New Issue