Skip to content

Commit 3001416

Browse files
committed
wip
1 parent c8e93c3 commit 3001416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/httpapi/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func (s *Server) StartSnapshotLoop(ctx context.Context) {
333333
}
334334

335335
// If we still have it as stable, go ahead.
336-
if convertStatus(currentStatus) != AgentStatusStable {
336+
if convertStatus(s.conversation.Status()) != AgentStatusStable {
337337
break
338338
}
339339

0 commit comments

Comments
 (0)