fix(diagnostics): remove unused updateSessionStats import [BUG-4]

This commit is contained in:
saravanakumardb1 2026-03-03 12:25:55 -08:00
parent eb83b83035
commit 7552b8c8e8

View File

@ -5,7 +5,7 @@
import { z } from 'zod';
import type { DebugSessionDoc } from './types.js';
import { createSession, updateSessionStats } from './repository.js';
import { createSession } from './repository.js';
import { getRegisteredContainer } from '@bytelyst/cosmos';
// ─────────────────────────────────────────────────────────────────────────────