Forgot to stage this aswell, should be all the changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user