fix(backend): added missed return in error case

This commit is contained in:
Alexander Zavorotynskiy 2022-04-28 18:02:56 +02:00 committed by Taha Yassine Kraiem
parent 9856e36f44
commit 0bbf8012f1

View file

@ -37,6 +37,7 @@ func main() {
time.AfterFunc(RetryTimeout, func() {
uploadKey(key, retryCount-1)
})
return
}
defer file.Close()