修复(#83): 修复脚本目录全量测试构建失败

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-26 22:28:36 -07:00
parent 25811526bd
commit b7691567d8
7 changed files with 12 additions and 5 deletions
@@ -80,7 +80,7 @@ func (l *ResetSortWithServerLogic) ResetSortWithServer(req *types.ResetSortReque
})
if err != nil {
l.Errorw("[NodeSort] Update Database Error: ", logger.Field("error", err.Error()))
return errors.Wrapf(xerr.NewErrCode(xerr.DatabaseUpdateError), err.Error())
return errors.Wrap(xerr.NewErrCode(xerr.DatabaseUpdateError), err.Error())
}
return nil
}