Adapt code for eslint-config-standard 17
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
@@ -10,10 +10,10 @@ const errors = require('./errors')
|
||||
|
||||
// public
|
||||
const History = {
|
||||
historyGet: historyGet,
|
||||
historyPost: historyPost,
|
||||
historyDelete: historyDelete,
|
||||
updateHistory: updateHistory
|
||||
historyGet,
|
||||
historyPost,
|
||||
historyDelete,
|
||||
updateHistory
|
||||
}
|
||||
|
||||
function getHistory (userid, callback) {
|
||||
|
||||
Reference in New Issue
Block a user