File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export class MosaicHttp extends Http implements MosaicRepository {
113113 divisibility = mosaicInfoDTO . mosaic . properties [ MosaicPropertyType . Divisibility ] . value ;
114114 }
115115 if ( mosaicInfoDTO . mosaic . properties [ MosaicPropertyType . Duration ] . value ) {
116- duration = mosaicInfoDTO . mosaic . properties [ MosaicPropertyType . Divisibility ] . value ;
116+ duration = mosaicInfoDTO . mosaic . properties [ MosaicPropertyType . Duration ] . value ;
117117 }
118118 return new MosaicInfo (
119119 mosaicInfoDTO . meta . id ,
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ export class MosaicView {
2424 /**
2525 * @internal
2626 * @param mosaicInfo
27- * @param namespaceName
28- * @param mosaicName
2927 */
3028 constructor ( /**
3129 * The mosaic information
You can’t perform that action at this time.
0 commit comments