Closed MierenManz closed 1 year ago
FIX: TypeError this.request now returns Promise<T> and not Promise<T | undefined>
this.request
Promise<T>
Promise<T | undefined>
About
FIX: TypeError
this.request
now returnsPromise<T>
and notPromise<T | undefined>
Status