chore: generate
This commit is contained in:
@@ -821,7 +821,7 @@ export default function Page() {
|
|||||||
const sessionID = params.id
|
const sessionID = params.id
|
||||||
if (!sessionID) return
|
if (!sessionID) return
|
||||||
if (status()?.type !== "idle") {
|
if (status()?.type !== "idle") {
|
||||||
await sdk.client.session.abort({ sessionID }).catch(() => { })
|
await sdk.client.session.abort({ sessionID }).catch(() => {})
|
||||||
}
|
}
|
||||||
const revert = info()?.revert?.messageID
|
const revert = info()?.revert?.messageID
|
||||||
// Find the last user message that's not already reverted
|
// Find the last user message that's not already reverted
|
||||||
|
|||||||
Reference in New Issue
Block a user