Fix OS3 export to MI 3

This commit is contained in:
Joshua Sangmeister 2022-04-19 11:23:14 +02:00
parent 847b61f0ba
commit f910050a10
1 changed files with 1 additions and 2 deletions

View File

@ -197,8 +197,7 @@ class OS4Exporter:
self.migrate_projectors()
self.migrate_meeting()
# Note: When returning self.all_data one has access to the original data to compare it to the export.
# return {"all": self.all_data, "export": self.to_list_format()}
self.data["_migration_index"] = 3
return self.data
def set_model(self, collection, model):