File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
slack_v2/actions/update-profile
slack/actions/update-profile Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ export default {
7272 && ! this . phone
7373 && ! this . pronouns
7474 && ! this . title
75- && ! this . email
7675 ) {
7776 throw new ConfigurationError ( "Please provide at least one value to update" ) ;
7877 }
@@ -84,7 +83,6 @@ export default {
8483 phone : this . phone ,
8584 pronouns : this . pronouns ,
8685 title : this . title ,
87- email : this . email ,
8886 } ,
8987 user : this . user ,
9088 } ) ;
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export default {
7272 && ! this . phone
7373 && ! this . pronouns
7474 && ! this . title
75+ && ! this . email
7576 ) {
7677 throw new ConfigurationError ( "Please provide at least one value to update" ) ;
7778 }
@@ -83,6 +84,7 @@ export default {
8384 phone : this . phone ,
8485 pronouns : this . pronouns ,
8586 title : this . title ,
87+ email : this . email ,
8688 } ,
8789 user : this . user ,
8890 } ) ;
You can’t perform that action at this time.
0 commit comments