php-trello-api icon indicating copy to clipboard operation
php-trello-api copied to clipboard

Do not set our due parameter on a card update if empty/null

Open drewjoh opened this issue 9 years ago • 0 comments

Trello tries to set a due date if we provide the parameter at all; so if it is set but is empty, we need to unset it.

Fixes #26

drewjoh avatar May 13 '16 17:05 drewjoh