comments corrected

This commit is contained in:
ifedapoolarewaju 2020-02-06 15:38:02 +01:00
parent cde05cbb31
commit deec61bc4e
No known key found for this signature in database
GPG key ID: FF050AA4EEBCE82E

View file

@ -114,7 +114,7 @@ class Drive extends Provider {
}
thumbnail (_, done) {
// not implementing this because a public thumbnail from onedrive will be used instead
// not implementing this because a public thumbnail from googledrive will be used instead
const err = new Error('call to thumbnail is not implemented')
logger.error(err, 'provider.drive.thumbnail.error')
return done(err)