Skip to content

Commit d0d2d16

Browse files
committed
【fix】UT
1 parent b6222b6 commit d0d2d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openlayers/services/LayerInfoService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class LayerInfoService extends ServiceBase {
2626

2727
constructor(url, options) {
2828
super(url, options);
29-
return this._layerInfoService = new CommonLayerInfoService(url, options);
29+
this._layerInfoService = new CommonLayerInfoService(url, options);
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)