Skip to content

Commit c832cc6

Browse files
authored
Merge pull request #106 from Beyond-Better/staging
why are these not being found locally
2 parents d3d06e1 + 13386c5 commit c832cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bui/src/utils/websocketManagerChat.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { DEFAULT_TOKEN_USAGE_REQUIRED } from 'shared/types.ts';
1313
import type { LLMAttachedFile, LLMAttachedFiles, LLMRequestParams } from '../types/llm.types.ts';
1414
import type { WebSocketConfigChat } from '../types/websocket.types.ts';
1515
import type { CollaborationLogEntry } from 'api/storage/collaborationLogger.ts';
16-
import type { StatementParams } from 'shared/types/collaborationParams.ts';
16+
import type { StatementParams } from 'shared/types/collaboration.ts';
1717

1818
interface WebSocketMessage {
1919
collaborationId: string;

0 commit comments

Comments
 (0)