Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed May 22, 2020
1 parent bf04235 commit edee654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export class EMSFileSource extends AbstractVectorSource implements IEmsFileSourc
const emsClient = getEMSClient();
// @ts-ignore
const emsFileLayers = await emsClient.getFileLayers();
// @ts-ignore
const emsFileLayer = emsFileLayers.find(
// @ts-ignore
(fileLayer) => fileLayer.getId() === this._descriptor.id
);
if (!emsFileLayer) {
Expand Down

0 comments on commit edee654

Please sign in to comment.