mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
make sure that result of '_get_versions_order_doc' is dictionary
This commit is contained in:
parent
00451655f6
commit
5d896b97de
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ class MongoSettingsHandler(SettingsHandler):
|
|||
return self.collection.find_one(
|
||||
{"type": self._version_order_key},
|
||||
projection
|
||||
)
|
||||
) or {}
|
||||
|
||||
def _check_version_order(self):
|
||||
"""This method will work only in OpenPype process.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue