refactor: changed get_value_for_many_names to get tuple values

This commit is contained in:
Aradhya 2022-08-14 14:34:02 +05:30
parent ba2caf206b
commit 9bb39131c0

View file

@ -814,7 +814,7 @@ class Database:
pluck=pluck,
distinct=distinct,
limit=limit,
).run(debug=debug, as_list=not as_dict, run=run)
).run(debug=debug, run=run, as_dict=as_dict)
return {}
def update(self, *args, **kwargs):