Designed talk message reactions
This commit is contained in:
@ -54,7 +54,7 @@ abstract class TalkApi<T> extends ApiRequest {
|
||||
return assembled;
|
||||
} catch (_) {
|
||||
// TODO report error
|
||||
log("Error assembling Talk API response on $endpoint with body: $body and headers: ${headers.toString()}");
|
||||
log("Error assembling Talk API ${T.toString()} response on ${endpoint.path} with body: $body and headers: ${headers.toString()}");
|
||||
}
|
||||
|
||||
throw Exception("Error assembling Talk API response");
|
||||
|
Reference in New Issue
Block a user