Forgot to stage this aswell, should be all the changes

This commit is contained in:
Carlos-Mesquita
2024-11-06 00:54:57 +00:00
parent dc04fdf74c
commit f02a34fda2
6 changed files with 0 additions and 8008 deletions

View File

@@ -108,7 +108,6 @@ class TrainingService(ITrainingService):
doc_id = await self._db.save_to_db('training', training_doc)
return {
"id": new_id
"id": doc_id
}
@staticmethod
@@ -458,5 +457,3 @@ class TrainingService(ITrainingService):
except KeyError as e:
self._logger.warning(f"Malformed stat object: {str(e)}")
return result