feat(confidence-engine): use server investigation persistence
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export function restartSnapshot(snapshot, now = new Date().toISOString()) {
|
||||
return {
|
||||
...snapshot,
|
||||
situationGraph: null,
|
||||
selectedQuestion: null,
|
||||
summary: null,
|
||||
focusedContributions: [],
|
||||
findings: [],
|
||||
investigationReport: null,
|
||||
investigationRevision: 0,
|
||||
updatedAt: now,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user