5 lines
179 B
JavaScript
5 lines
179 B
JavaScript
import { getCurrentConversationId } from '@ccweb/session';
|
|
|
|
const conversationId = await getCurrentConversationId();
|
|
console.log(JSON.stringify({ smoke: true, conversationId }));
|