mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Pass async db to async to synced JSONKey which expects it
This commit is contained in:
@@ -365,7 +365,7 @@ class ReplitDb(AsyncReplitDb):
|
||||
JSONKey: The initialized JSONKey instance.
|
||||
"""
|
||||
return JSONKey(
|
||||
db=self,
|
||||
db=super(),
|
||||
key=key,
|
||||
dtype=dtype,
|
||||
get_default=get_default,
|
||||
|
||||
Reference in New Issue
Block a user