Skip to content

Commit

Permalink
#296 deleting TODO comment and writing a new one saying what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ventura committed Dec 20, 2022
1 parent 9e4797c commit d714f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/mcdo_CreateEnvironments.cls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global class mcdo_CreateEnvironments implements copado.JobExecutionCallback {
Map<String,Object> environment = (Map<String,Object>)env;
String envName = environment.get('Name').toString();

// TODO: CREATE ENVIRONMENT IN HERE
// create the environment
copado__Environment__c environmentCopado = new copado__Environment__c(
copado__Platform__c='Marketing Cloud',
Name=envName
Expand Down

0 comments on commit d714f60

Please sign in to comment.