From fa22bc216f6d8ffaeac6fe6a8befc5260a981f07 Mon Sep 17 00:00:00 2001 From: Matthias Heinzel Date: Mon, 6 Jul 2020 18:19:24 +0200 Subject: [PATCH] cleanup --- services/cargohold/src/CargoHold/API/V3.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/services/cargohold/src/CargoHold/API/V3.hs b/services/cargohold/src/CargoHold/API/V3.hs index c62521cf355..d579f764983 100644 --- a/services/cargohold/src/CargoHold/API/V3.hs +++ b/services/cargohold/src/CargoHold/API/V3.hs @@ -110,7 +110,6 @@ download own key tok = S3.getMetadataV3 key >>= maybe notFound found found s3 | own /= S3.v3AssetOwner s3 && tok /= S3.v3AssetToken s3 = return Nothing | otherwise = do - -- url <- genSignedURI (S3.s3Key $ S3.mkKey key) url <- genSignedURL (S3.mkKey key) return $! Just $! url