This commit is contained in:
parent
e4c1f14300
commit
831597f015
@ -126,7 +126,7 @@ router.route("/:id/share")
|
|||||||
if (result == null) {
|
if (result == null) {
|
||||||
let item = {
|
let item = {
|
||||||
user_id: req.user._id,
|
user_id: req.user._id,
|
||||||
object_id: album._id,
|
object_id: new ObjectId(album_id),
|
||||||
title: album.title,
|
title: album.title,
|
||||||
type: "album",
|
type: "album",
|
||||||
cover: album.covers.cover32
|
cover: album.covers.cover32
|
||||||
|
@ -128,7 +128,7 @@ router.route("/:id/share")
|
|||||||
if (result == null) {
|
if (result == null) {
|
||||||
let item = {
|
let item = {
|
||||||
user_id: req.user._id,
|
user_id: req.user._id,
|
||||||
object_id: box._id,
|
object_id: new ObjectId(box_id),
|
||||||
title: box.title,
|
title: box.title,
|
||||||
type: "box",
|
type: "box",
|
||||||
cover: box.covers.cover32
|
cover: box.covers.cover32
|
||||||
|
Loading…
Reference in New Issue
Block a user