chore(integration): snapshot local main worktree
This commit is contained in:
@@ -51,16 +51,6 @@ export async function removeCodingProject(projectId: string): Promise<void> {
|
||||
});
|
||||
}
|
||||
|
||||
export async function acknowledgeLegacyCodingConversationNotice(
|
||||
projectId: string,
|
||||
): Promise<CodingProjectConfigSnapshot> {
|
||||
const response = await hostApiFetch<{ snapshot: CodingProjectConfigSnapshot }>(
|
||||
'/api/coding/projects/legacy-conversation-notice/acknowledge',
|
||||
{ method: 'POST', body: JSON.stringify({ projectId }) },
|
||||
);
|
||||
return response.snapshot;
|
||||
}
|
||||
|
||||
export async function getCodingProjectConfig(
|
||||
projectId: string,
|
||||
): Promise<CodingProjectConfigSnapshot> {
|
||||
|
||||
Reference in New Issue
Block a user