remove unused code

This commit is contained in:
Nitzan Miranda 2023-07-21 19:42:12 +03:00 committed by shamoon
parent f644b3eb10
commit f1d8585921

View File

@ -5,11 +5,4 @@ const widget = {
proxyHandler: credentialedProxyHandler,
};
// mappings: {
// "v1/cryptocurrency/quotes/latest": {
// endpoint: "v1/cryptocurrency/quotes/latest",
// params: ["convert"],
// optionalParams: ["symbol", "slug"],
// },
export default widget;