@azure/identity 4.5.0-alpha.20240822.3 → 4.5.0-alpha.20240823.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -305,7 +305,6 @@ const AuthenticationErrorName = "AuthenticationError";
305
305
  * the specific failure.
306
306
  */
307
307
  class AuthenticationError extends Error {
308
- // eslint-disable-next-line @typescript-eslint/ban-types
309
308
  constructor(statusCode, errorBody, options) {
310
309
  let errorResponse = {
311
310
  error: "unknown",