Skip to content

Commit ceeb259

Browse files
committed
Added .Debug() to dbconfig.GetDb() call in ClientDelete function
1 parent 1671712 commit ceeb259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/v1/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ func ClientDelete() {
374374
fmt.Println("ClientDelete function called")
375375
logwrapper.Info("🚀 Starting ClientDelete process")
376376

377-
db := dbconfig.GetDb()
377+
db := dbconfig.GetDb().Debug()
378378
var results []models.Erebrus
379379

380380
// Calculate the time 24 hours ago

0 commit comments

Comments
 (0)