fix session close issue (#13946)

pull/13959/head
Jyong 12 months ago committed by GitHub
parent 562852a0ae
commit aa19bb3f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -374,5 +374,3 @@ class RetrievalService:
except Exception as e:
db.session.rollback()
raise e
finally:
db.session.close()

Loading…
Cancel
Save