Skip to content

Commit

Permalink
Don't freeze signal when freezing Options (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
svvac committed Aug 4, 2022
1 parent e032b60 commit 6e9e348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/core/options.ts
Expand Up @@ -2521,6 +2521,5 @@ export default class Options {
Object.freeze(options.retry.methods);
Object.freeze(options.retry.statusCodes);
Object.freeze(options.context);
Object.freeze(options.signal);
}
}

0 comments on commit 6e9e348

Please sign in to comment.