Skip to content

Commit

Permalink
fix : delete aws key function
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata committed Nov 15, 2024
1 parent 12e4a0b commit b6304f1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,8 @@ class AWSKey(
}
setBody(body)
}

logger.debug { "Key $id scheduled for deletion" }

println("response: ${response.bodyAsText()}")
return true
return response.status == HttpStatusCode.OK
}


Expand Down

0 comments on commit b6304f1

Please sign in to comment.