Skip to content

Commit 85ff030

Browse files
authored
chore: update LastConnectedReplicaID in dbmem (#11412)
1 parent 4f433e7 commit 85ff030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbmem/dbmem.go

+1
Original file line numberDiff line numberDiff line change
@@ -6791,6 +6791,7 @@ func (q *FakeQuerier) UpdateWorkspaceAgentConnectionByID(_ context.Context, arg
67916791
agent.LastConnectedAt = arg.LastConnectedAt
67926792
agent.DisconnectedAt = arg.DisconnectedAt
67936793
agent.UpdatedAt = arg.UpdatedAt
6794+
agent.LastConnectedReplicaID = arg.LastConnectedReplicaID
67946795
q.workspaceAgents[index] = agent
67956796
return nil
67966797
}

0 commit comments

Comments
 (0)