mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 21:51:59 +02:00
More fixes
This commit is contained in:
@@ -55,7 +55,8 @@ async function op(
|
||||
}
|
||||
}
|
||||
|
||||
return { client: _clients[hash], clientHash: hash };
|
||||
// oxlint-disable-next-line no-non-null-assertion
|
||||
return { client: _clients[hash]!, clientHash: hash };
|
||||
}
|
||||
|
||||
async function getValue(
|
||||
|
||||
Reference in New Issue
Block a user