diff --git a/SECURITY.md b/SECURITY.md index bd238ca5..e33f9958 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,6 @@ Request your free IT security evaluation This IT security policy helps us: • Rodrigo Rodriguez is the director with overall responsibility for IT security strategy. -• Dário Vieira has day-to-day operational responsibility for implementing this policy. • Microsoft is the IT partner organisation we use to help with our planning and support. • Microsoft is the data protection officer to advise on data protection laws and best practices Review process diff --git a/packages/basic.gblib/services/SystemKeywords.ts b/packages/basic.gblib/services/SystemKeywords.ts index bc516bd1..97c70b89 100644 --- a/packages/basic.gblib/services/SystemKeywords.ts +++ b/packages/basic.gblib/services/SystemKeywords.ts @@ -1784,12 +1784,21 @@ export class SystemKeywords { }; + // let result; + // if (!SystemKeywords.aa) { + // SystemKeywords.aa = 1; + // return r1; + // } else { + // SystemKeywords.aa = null; + // return r2; + // } const result = await fetch(url, options); try { if (result.status === 2000) { + // Token expired. GBLog.info(`Expired Token for ${url}.`); @@ -1810,6 +1819,8 @@ export class SystemKeywords { } } + return res; + } catch (error) { // This is not JSON.