We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95e772 commit 2ed7cebCopy full SHA for 2ed7ceb
services/static-webserver/client/source/class/osparc/store/Services.js
@@ -349,11 +349,6 @@ qx.Class.define("osparc.store.Services", {
349
},
350
351
getPricingPlan: function(serviceKey, serviceVersion) {
352
- // init the cache
353
- if (this.__pricingPlansCached === null) {
354
- this.__pricingPlansCached = {};
355
- }
356
-
357
const serviceUrl = osparc.data.Resources.getServiceUrl(serviceKey, serviceVersion)
358
// check if the service is already cached
359
if (serviceUrl in this.__pricingPlansCached) {
0 commit comments