1111
This commit is contained in:
@@ -92,7 +92,7 @@ export class ApiService {
|
||||
this.initialized = true;
|
||||
}
|
||||
|
||||
public static async Request<T = unknown>(
|
||||
public static async Request<T = any>(
|
||||
method: HttpMethod,
|
||||
url: string,
|
||||
params: RequestParams = {}
|
||||
|
||||
Reference in New Issue
Block a user