fix(diagnostics): remove unused updateSessionStats import [BUG-4]
This commit is contained in:
parent
eb83b83035
commit
7552b8c8e8
@ -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';
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
Loading…
Reference in New Issue
Block a user