chore: indent albumsController.js

This commit is contained in:
Bobby Wibowo 2022-08-09 17:00:26 +07:00
parent edf7c091e4
commit 4907ef9ad7
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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,