mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-23 05:39:05 +00:00
chore: indent albumsController.js
This commit is contained in:
parent
edf7c091e4
commit
4907ef9ad7
@ -249,7 +249,8 @@ self.create = async (req, res) => {
|
||||
|
||||
const identifier = await self.getUniqueAlbumIdentifier(res)
|
||||
|
||||
const ids = await utils.db.table('albums').insert({
|
||||
const ids = await utils.db.table('albums')
|
||||
.insert({
|
||||
name,
|
||||
enabled: 1,
|
||||
userid: req.locals.user.id,
|
||||
|
Loading…
Reference in New Issue
Block a user