Skip to content

Commit b57eea6

Browse files
fix ut
1 parent 76299bd commit b57eea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/iServer/GetGridCellInfosService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class GetGridCellInfosService extends CommonServiceBase {
9797
},
9898
failure: callback
9999
}).then(({result}) => {
100-
return me.getDatasetInfoCompleted(result, callback);
100+
return me.getDatasetInfoCompleted(result);
101101
});
102102
}
103103

src/common/overlay/knowledge-graph/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function edgeFromGraphMap(entity, style) {
9090
edge.style.endArrow = {
9191
path: 'M 0,0 L 4,2 L 4,-2 Z',
9292
fill: styleData.stroke
93-
},
93+
};
9494
delete styleData.stroke;
9595
}
9696
if (styleData.lineWidth) {

0 commit comments

Comments
 (0)