Fix leaking open pg conn

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-06-13 16:25:20 -07:00
parent 0cd0d1d14d
commit 6a1b0788b2

View File

@@ -277,6 +277,8 @@ func (impl *Implm) Run(
wg.Wait()
pgClient.Close()
return context.Cause(ctx)
}