Fix chat type persistence and board flow
This commit is contained in:
@@ -437,6 +437,7 @@ export async function registerErrorLogBoardPosts(args?: {
|
||||
const createdPost = await createBoardPost({
|
||||
title: buildErrorLogBoardPostTitle(candidate),
|
||||
content: buildErrorLogBoardPostContent(candidate, rangeStart, rangeEnd),
|
||||
attachments: [],
|
||||
automationType: 'none',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user