Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lambda/handler-runner/docker-runner/DockerContainer.js
Original file line number Diff line number Diff line change
@@ -282,9 +282,7 @@ export default class DockerContainer {
)}`,
)

const res = await fetch(layerUrl, {
method: 'get',
})
const res = await fetch(layerUrl)

if (!res.ok) {
log.warning(

0 comments on commit 8f40327

Please sign in to comment.