From 085762ec174eae1c519ec14db632f5ba197ed3c7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 17 Dec 2024 18:39:18 +0000 Subject: hopefully implement push! again i can't really test this yet because i don't have two https instances that can talk to each other. soon i will set that up and test all these recent commits --- Digitigrade/Job/RefreshOutboundAuthToken.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Digitigrade/Job/RefreshOutboundAuthToken.php') diff --git a/Digitigrade/Job/RefreshOutboundAuthToken.php b/Digitigrade/Job/RefreshOutboundAuthToken.php index 72dd466..6ba1f57 100644 --- a/Digitigrade/Job/RefreshOutboundAuthToken.php +++ b/Digitigrade/Job/RefreshOutboundAuthToken.php @@ -18,7 +18,7 @@ class RefreshOutboundAuthToken extends Job { public function run() { Logger::getInstance()->info("refreshing outbound token for $this->domain"); - $instance = Instance::findByDomain($this->domain); + $instance = Instance::findByHostname($this->domain); $instance->refreshOutboundAuthToken(); } -- cgit v1.3