The unused-promise Lint identified an issue here. Since we don't handle promise rejections from this code, there is a risk of crashing the keyserver.
To avoid that, in this diff I wrap the call with ignorePromiseRejections.
Depends on D10181
Differential D10182
[keyserver] Ignore promise rejections from state check mechanism ashoat on Dec 4 2023, 1:21 PM. Authored by Tags None Referenced Files
Subscribers
Details The unused-promise Lint identified an issue here. Since we don't handle promise rejections from this code, there is a risk of crashing the keyserver. To avoid that, in this diff I wrap the call with ignorePromiseRejections. Depends on D10181 Flow
Diff Detail
|