Skip to content

Commit b8482c8

Browse files
committed
fix fake
1 parent f83877b commit b8482c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/database/dbfake/dbfake.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ func convertToWorkspaceRows(workspaces []database.Workspace, count int64) []data
664664
AutostartSchedule: w.AutostartSchedule,
665665
Ttl: w.Ttl,
666666
LastUsedAt: w.LastUsedAt,
667+
LockedAt: w.LockedAt,
668+
DeletingAt: w.DeletingAt,
667669
Count: count,
668670
}
669671
}

0 commit comments

Comments
 (0)