Skip to content

Commit e998ccb

Browse files
committed
fix return
1 parent 8c151e8 commit e998ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/workspaceagents.go

+1
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,7 @@ func (api *API) workspaceAgentsExternalAuthListen(ctx context.Context, rw http.R
21632163
return
21642164
}
21652165
httpapi.Write(ctx, rw, http.StatusOK, resp)
2166+
return
21662167
}
21672168
}
21682169

0 commit comments

Comments
 (0)