Adds storage service logging around story distribution lists
This commit is contained in:
@@ -1575,6 +1575,7 @@ export async function mergeStoryDistributionListRecord(
|
||||
);
|
||||
|
||||
if (!needsUpdate) {
|
||||
details.push('not updated');
|
||||
return {
|
||||
details: [...details, ...conflictDetails],
|
||||
hasConflict,
|
||||
@@ -1584,6 +1585,7 @@ export async function mergeStoryDistributionListRecord(
|
||||
}
|
||||
|
||||
if (needsUpdate) {
|
||||
details.push('updated');
|
||||
await dataInterface.modifyStoryDistributionWithMembers(storyDistribution, {
|
||||
toAdd,
|
||||
toRemove,
|
||||
|
Reference in New Issue
Block a user