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
updateScan(`failure; unknown blocking problem occurred`)
123
+
updateScan('failure; unknown blocking problem occurred')
124
124
return{
125
125
ok: falseasconst,
126
126
message: 'Unexpected API problem',
127
127
cause: `We encountered an unexpected problem while requesting the Scan from the API: ${e?.message||'(no error message found)'}${e?.cause ? ` (cause: ${e.cause})` : ''}`,
128
128
}
129
129
}),
130
130
fetchSecurityPolicy().catch(e=>{
131
-
updatePolicy(`failure; unknown blocking problem occurred`)
131
+
updatePolicy('failure; unknown blocking problem occurred')
0 commit comments