Use single media instead of multiple
This commit is contained in:
@ -87,7 +87,7 @@ export class Media {
|
||||
}
|
||||
|
||||
const imageData = {
|
||||
referenceId: this.map.size + relationshipsCount + 1,
|
||||
referenceId: relationshipsCount,
|
||||
stream: data,
|
||||
path: filePath,
|
||||
fileName: key,
|
||||
|
Reference in New Issue
Block a user