mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Small improvements to bunq import.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user