Skip to content

Commit

Permalink
fix: 修复2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaienNate committed Oct 13, 2024
1 parent 487b6b3 commit f0763c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrate/convert_logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ create index if not exists idx_log_items_log_id

dbSQL, err := openDB(dbDataLogsPath)
if err != nil {
log.Error("xxx", err)
return err
}
defer func(dbSql *sqlx.DB) {
Expand Down

0 comments on commit f0763c6

Please sign in to comment.