|
@@ -24,7 +24,7 @@ class AccessTokenCron extends BaseJob
|
|
|
|
|
|
|
|
private string $cacheKey;
|
|
private string $cacheKey;
|
|
|
|
|
|
|
|
- private bool $isRunning;
|
|
|
|
|
|
|
+ private bool $isRunning = false;
|
|
|
|
|
|
|
|
public function __construct(private MiniApp $miniApp)
|
|
public function __construct(private MiniApp $miniApp)
|
|
|
{
|
|
{
|