Small improvements to bunq import.

This commit is contained in:
James Cole
2017-09-28 08:17:32 +02:00
parent b80b026246
commit c19c7c680b
4 changed files with 16 additions and 1 deletions

View File

@@ -68,7 +68,6 @@ class BunqPrerequisites implements PrerequisitesInterface
{
$apiKey = Preferences::getForUser($this->user, 'bunq_api_key', false);
return ($apiKey->data === false || is_null($apiKey->data));
}