code styles
This commit is contained in:
parent
9408137826
commit
53a01941eb
|
@ -25,7 +25,9 @@ exports.getView = async viewName => {
|
|||
return viewDoc.view
|
||||
} catch (err) {
|
||||
// Return null when PouchDB doesn't found the view
|
||||
if (err.status === 404) return null
|
||||
if (err.status === 404) {
|
||||
return null
|
||||
}
|
||||
|
||||
throw err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue