use objectPathJSON

This commit is contained in:
Deep Tailor
2020-04-01 09:58:30 -07:00
parent 64c5725687
commit b00757150e
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ export const createNewEmbed = (snapshotMeta, snapshot = '') => {
name,
snapshot,
type,
objectPath
objectPath: JSON.stringify(objectPath)
};
}