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
if(!declaration){// Happens when the file declaration exists in the branch but not in the default branch
54
+
return;
55
+
}
56
+
53
57
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