fix bad merge

This commit is contained in:
Dan Ribbens
2019-12-26 14:28:34 -05:00
parent 7a3efa81f6
commit 03e6eeb507

View File

@@ -11,7 +11,6 @@ const find = ({
};
}
const find = ({ Model, locale, fallback }) => {
return new Promise((resolve, reject) => {
Model.findOne(null, null, options, (err, doc) => {
if (err || !doc) {