Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 542cf36

Browse files
committed
chore: review comment
Signed-off-by: Danny Kopping <[email protected]>
1 parent 0cfd0a9 commit 542cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/agentapi/subagent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func (a *SubAgentAPI) CreateSubAgent(ctx context.Context, req *agentproto.Create
166166
}
167167

168168
_, err := a.Database.UpsertWorkspaceApp(ctx, database.UpsertWorkspaceAppParams{
169-
ID: uuid.New(), // TODO: we may need to maintain the app's ID here for stability, but for now we'll leave this as-is.
169+
ID: uuid.New(), // NOTE: we may need to maintain the app's ID here for stability, but for now we'll leave this as-is.
170170
CreatedAt: createdAt,
171171
AgentID: subAgent.ID,
172172
Slug: app.Slug,

0 commit comments

Comments
 (0)