fmt(js): `npm run fix` on merge (#81276)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
33edfe9a81
commit
005421d888
|
|
@ -91,18 +91,13 @@ export async function runRewindSubmit(
|
|||
)
|
||||
|
||||
const submit = async () => {
|
||||
const { sessionId: usedId } = await withSessionNotFoundResume(
|
||||
liveSessionId,
|
||||
recovery?.storedSessionId,
|
||||
submitFor,
|
||||
{
|
||||
requestGateway,
|
||||
onRecovered: recoveredId => {
|
||||
liveSessionId = recoveredId
|
||||
recovery?.onSessionRecovered?.(recoveredId)
|
||||
}
|
||||
const { sessionId: usedId } = await withSessionNotFoundResume(liveSessionId, recovery?.storedSessionId, submitFor, {
|
||||
requestGateway,
|
||||
onRecovered: recoveredId => {
|
||||
liveSessionId = recoveredId
|
||||
recovery?.onSessionRecovered?.(recoveredId)
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
liveSessionId = usedId
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue