Browse Source

fix issue

tags/v1.22.11.1^2
zhoupzh 3 years ago
parent
commit
276d9ca11c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/api/v1/repo/cloudbrain.go

+ 1
- 1
routers/api/v1/repo/cloudbrain.go View File

@@ -573,7 +573,7 @@ func CloudbrainGetLog(ctx *context.APIContext) {
}
}
}
else {
else{
if startLine > 0 {
startLine += 1
endLine += 1


Loading…
Cancel
Save