mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 03:31:46 +00:00
fix: correct merge errors
This commit is contained in:
parent
92c393d2b6
commit
f64c74519b
2 changed files with 4 additions and 3 deletions
|
|
@ -285,6 +285,7 @@ class MiscController {
|
|||
}
|
||||
}
|
||||
res.json(userData)
|
||||
}
|
||||
|
||||
validateCronExpression(req, res) {
|
||||
const expression = req.body.expression
|
||||
|
|
@ -301,4 +302,4 @@ class MiscController {
|
|||
}
|
||||
}
|
||||
}
|
||||
module.exports = new MiscController()
|
||||
module.exports = new MiscController()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue