Skip to content

Commit

Permalink
Eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Mar 4, 2024
1 parent 37c45e7 commit b486cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ServiceLayerUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const ServiceLayerUtils = {
} else {
ServiceLayerUtils.getCapabilities(serviceUrl, {SERVICE: 'WMS', REQUEST: 'GetCapabilities'}).then(resolve);
}
}).catch(e => {
}).catch(() => {
ServiceLayerUtils.getCapabilities(serviceUrl, {SERVICE: 'WMS', REQUEST: 'GetCapabilities'}).then(resolve).catch(reject);
});
});
Expand Down

0 comments on commit b486cca

Please sign in to comment.