SIENTIAPDE-1166
fix: add missing newline in MongoDB class for improved readability
This commit is contained in:
@@ -339,6 +339,7 @@ class MongoDB(BaseActivity):
|
|||||||
expireAfterSeconds=self.ttl_index_seconds,
|
expireAfterSeconds=self.ttl_index_seconds,
|
||||||
background=True
|
background=True
|
||||||
)
|
)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
trace = traceback.format_exc()
|
trace = traceback.format_exc()
|
||||||
self.send_notification(
|
self.send_notification(
|
||||||
|
|||||||
Reference in New Issue
Block a user