mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improved extraction of bunq data.
This commit is contained in:
@@ -68,7 +68,8 @@ class BunqPrerequisites implements PrerequisitesInterface
|
||||
{
|
||||
$apiKey = Preferences::getForUser($this->user, 'bunq_api_key', false);
|
||||
|
||||
return ($apiKey->data === false);
|
||||
|
||||
return ($apiKey->data === false || is_null($apiKey->data));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user