Hi again,
Pushed a fix for it but it may take a while until the update reaches your edge since we use CDN for the repos.
However, you can easily manually run:
# mysql -h$DB1_HOST -u$DB1_USER -p$DB1_PASS $DB1_NAME
mysql> update delivery_profile set is_default =0 where id=1;
which wil fix it.