You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ export default class DeclarationUtils {
47
47
return;// Assuming history modifications imply corresponding changes in the service declaration and that the analysis of which terms types of this service have changed will be done when analysing the related declaration, no further action is required here
servicesTermsTypes[serviceId]=Object.keys(declaration.terms);// Considering how rarely filters are used, simply return all term types that could potentially be impacted to spare implementing a function change check
0 commit comments