Skip to content

Commit 70e8ea4

Browse files
committed
Merge branch 'sdcard'
2 parents d0a1685 + a577a97 commit 70e8ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/devices/bitbox02/handlers/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func (handlers *Handlers) getCheckSDCard(_ *http.Request) interface{} {
261261
handlers.log.Debug("Checking if SD Card is inserted")
262262
sdCardInserted, err := handlers.device.CheckSDCard()
263263
if err != nil {
264-
return maybeBB02Err(err, handlers.log)
264+
return false
265265
}
266266
return sdCardInserted
267267
}

0 commit comments

Comments
 (0)