fix(backend): added missed return in error case
This commit is contained in:
parent
9856e36f44
commit
0bbf8012f1
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ func main() {
|
|||
time.AfterFunc(RetryTimeout, func() {
|
||||
uploadKey(key, retryCount-1)
|
||||
})
|
||||
return
|
||||
}
|
||||
defer file.Close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue