fix for #66
This commit is contained in:
parent
ccfb0fa9ee
commit
fdbba31d84
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export abstract class MediaTypeModel {
|
|||
abstract getTags(): string[];
|
||||
|
||||
toMetaDataObject(): object {
|
||||
return {...this.getWithOutUserData(), ...this.userData, tags: '#' + this.getTags().join('/')};
|
||||
return {...this.getWithOutUserData(), ...this.userData, tags: this.getTags().join('/')};
|
||||
}
|
||||
|
||||
getWithOutUserData(): object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue