R.C.M. commited on
Commit
e18fa14
·
1 Parent(s): 68c1a68
Files changed (1) hide show
  1. server/wsHandler.js +1 -1
server/wsHandler.js CHANGED
@@ -17,7 +17,7 @@ import { systemPromptStore } from './systemPromptStore.js';
17
  import { getWebSearchUsage } from './webSearchUsageStore.js';
18
  import crypto from 'crypto';
19
  import path from 'path';
20
- import { pendingTurnstileTokens } from './server.js';
21
 
22
  /**
23
  * Message Structure: Tree-based with versioned tails
 
17
  import { getWebSearchUsage } from './webSearchUsageStore.js';
18
  import crypto from 'crypto';
19
  import path from 'path';
20
+ import { pendingTurnstileTokens } from './index.js';
21
 
22
  /**
23
  * Message Structure: Tree-based with versioned tails