X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/04a40b8028387c4b8899d6b5b0a55d349ddab04b..0c0f18dfbcdcf552889258b76563315fbe2eb060:/services/keepstore/pull_worker.go?ds=sidebyside diff --git a/services/keepstore/pull_worker.go b/services/keepstore/pull_worker.go index 9f0b96fa35..2626d4bf68 100644 --- a/services/keepstore/pull_worker.go +++ b/services/keepstore/pull_worker.go @@ -95,6 +95,6 @@ func GenerateRandomAPIToken() string { // Put block var PutContent = func(content []byte, locator string) (err error) { - err = PutBlock(content, locator) + _, err = PutBlock(content, locator) return }