make sure that `sensitive` is a boolean - fixes #596
Some remote instances may send garbage. If the `sensitive` value passed to `driveService.uploadFromUrl` is not a boolean, eventually we'll get an exception from the database complaining about that. This change avoids that problem.
Loading
Please register or sign in to comment