Skip to content

Commit

Permalink
.gmailctl: Remove explicit "cc" part from listIsAnyOf helper
Browse files Browse the repository at this point in the history
It's redundant, already implied as part of "to" per
mbrt/gmailctl#372 (comment).
  • Loading branch information
dbarnett committed Dec 15, 2023
1 parent 0f92f3c commit 8071ad3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gmailctl/helpers.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
] + [
{ from: l }
for l in lists
] + [
{ cc: l }
for l in lists
],
},
}

0 comments on commit 8071ad3

Please sign in to comment.