adds missing var collections SdkCollectionList
[arvados.git] / services / datamanager / collection / collection.go
index 42e0cc429054fbb8da0831f117881682f4be225f..7cc3ff720438254351c7cc9efe3e6f9c3b407b63 100644 (file)
@@ -228,6 +228,7 @@ func GetCollections(params GetCollectionsParams) (results ReadCollections, err e
        }
 
        // Make one final API request to verify that we have processed all collections available up to the latest modification date
+       var collections SdkCollectionList
        sdkParams["filters"].([][]string)[0][1] = "<="
        sdkParams["limit"] = 0
        err = params.Client.List("collections", sdkParams, &collections)