fixup! lib/calcms: remove comments and shorten expressions

This commit is contained in:
Milan
2024-07-26 21:01:00 +02:00
parent 533f7c30c2
commit 642e7397fd

View File

@@ -521,7 +521,7 @@ sub delete ($$) {
sub getDatesWithoutEvent ($$) {
my ($config, $options) = @_;
for ('project_id', 'studio_id', 'form', 'till') {
for ('project_id', 'studio_id', 'from', 'till') {
return unless defined $options->{$_}
};