Update and improve things
This commit is contained in:
@@ -52,7 +52,7 @@ export class HttpRequests {
|
||||
|
||||
try {
|
||||
const requestPath = `${this._baseUri}${path}`;
|
||||
|
||||
|
||||
const response = await fetch(requestPath, options);
|
||||
|
||||
if (!response.ok) {
|
||||
|
||||
Reference in New Issue
Block a user