chore: remove unused mode parameter from session-alive handler
The mode parameter is not used by the server, only tracked client-side. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
597d1d262a
commit
4212d2725e
@ -1166,7 +1166,6 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }>
|
||||
sid: string;
|
||||
time: number;
|
||||
thinking?: boolean;
|
||||
mode?: 'local' | 'remote';
|
||||
}) => {
|
||||
try {
|
||||
// Basic validation
|
||||
|
Loading…
Reference in New Issue
Block a user