Skip to content

Commit

Permalink
Do not return too early
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Sep 25, 2024
1 parent d642e2c commit c4f4e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func ProcConn(s storage.StorageInteractor, cr crypt.Crypter, ycl client.YproxyCl
ylogger.Zero.Error().Any("failed files", objectMetas).Msg("failed to upload some files")

// _ = ycl.ReplyError(err, "failed to copy some files")
return nil
// return nil
}

if _, err = ycl.GetRW().Write(message.NewReadyForQueryMessage().Encode()); err != nil {
Expand Down

0 comments on commit c4f4e25

Please sign in to comment.