mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
chore(ci): change release-it git config; (#5512)
This commit is contained in:
@@ -6,7 +6,7 @@ const readBlob = async function* (blob) {
|
||||
} else if (blob.arrayBuffer) {
|
||||
yield await blob.arrayBuffer()
|
||||
} else if (blob[asyncIterator]) {
|
||||
yield* asyncIterator.call(blob);
|
||||
yield* blob[asyncIterator]();
|
||||
} else {
|
||||
yield blob;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user