Skip to content
Snippets Groups Projects
Commit c2843976 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

remove duplicate meethod

parent 02e0cd3c
2 merge requests!1452Merge 2.8.2 to main,!1390Catch up with Main
Pipeline #10151 failed
This commit is part of merge request !1390. Comments created here will be created in the context of that merge request.
......@@ -179,22 +179,6 @@ export class RequestOperationsComponent implements OnInit {
return this.capabilitiesService.getAnalystEmail().subscribe(getAnalystEmailObserver);
}
public loadDefaultCC() {
const getAnalystEmailObserver = {
next: (response) => {
if (response.resp) {
this.defaultCC = "schedsoc@nrao.edu," + response.resp;
}
},
error: (error) => {
console.error("Failed to load analyst email:", error);
this.defaultCC = "schedsoc@nrao.edu";
}
};
return this.capabilitiesService.getAnalystEmail().subscribe(getAnalystEmailObserver);
}
public getEmailParams() {
return {
"destination_email": this.selectedVersion.parameters.user_email,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment