We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0a1685 + a577a97 commit 70e8ea4Copy full SHA for 70e8ea4
backend/devices/bitbox02/handlers/handlers.go
@@ -261,7 +261,7 @@ func (handlers *Handlers) getCheckSDCard(_ *http.Request) interface{} {
261
handlers.log.Debug("Checking if SD Card is inserted")
262
sdCardInserted, err := handlers.device.CheckSDCard()
263
if err != nil {
264
- return maybeBB02Err(err, handlers.log)
+ return false
265
}
266
return sdCardInserted
267
0 commit comments