mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
use (t)ype rather than kind
This commit is contained in:
parent
f321968ac3
commit
7524a912c3
@ -108,7 +108,7 @@ export class HomeServerApi {
|
||||
if (options?.log) {
|
||||
const parent = options?.log;
|
||||
log = parent.child({
|
||||
kind: "request",
|
||||
t: "network",
|
||||
url,
|
||||
method,
|
||||
}, parent.level.Info);
|
||||
|
Loading…
Reference in New Issue
Block a user