using original Publisher when there is a replacement. log manual replacements.

This commit is contained in:
Dobromir Popov
2024-05-11 14:25:49 +03:00
parent 26af8382ad
commit bf80e985de
3 changed files with 64 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ export default async function handler(req, res) {
},
data: {
publisherId: userId,
originalPublisherId: originalPublisher.id,
publicGuid: null, // if this exists, we consider the request open
isConfirmed: true
}