0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

missing brace

This commit is contained in:
Ricardo Tomasi 2013-05-23 09:30:38 -03:00
parent 9e77d32043
commit 28bfa8feeb

View file

@ -122,6 +122,7 @@
callback(null, _user);
});
});
};
// ## Settings
DataProvider.prototype.settings = function () { };