@urbit/http-api: fix abort signal

This commit is contained in:
Liam Fitzgerald 2021-06-24 10:35:38 +10:00
parent fe5e0456cc
commit e18e645764
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -94,7 +94,7 @@ export class Urbit {
credentials: 'include',
accept: '*',
headers,
signal: this.abort
signal: this.abort.signal
};
}