fix: merge conflicts

This commit is contained in:
Aradhya-Tripathi 2021-11-08 12:02:54 +05:30
parent 0b5b234e93
commit a29d7bbd82

View file

@ -51,13 +51,8 @@ def get_current_index():
.where(series.name == "TRANSACTLOG")
.for_update()
.select("current")
<<<<<<< HEAD
.run()
)
=======
).run()
>>>>>>> b0de865eb2f8eded5236a80ea59cd4982e3035c2
if current and current[0][0] is not None:
current = current[0][0]