From 5fa01615ff43e100191c270fbb14861364387d01 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 14 Aug 2025 12:55:14 +0200 Subject: [PATCH] Fix key name --- app/Browser/Jobs/InstagramRepost/InstagramRepostJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Browser/Jobs/InstagramRepost/InstagramRepostJob.php b/app/Browser/Jobs/InstagramRepost/InstagramRepostJob.php index 9c89359..aa9ba01 100644 --- a/app/Browser/Jobs/InstagramRepost/InstagramRepostJob.php +++ b/app/Browser/Jobs/InstagramRepost/InstagramRepostJob.php @@ -290,7 +290,7 @@ class InstagramRepostJob extends InstagramAbstractJob implements ShouldBeUniqueU $this->jobRun, $reel->getUrl(), $this->downloadFolder, - $this->jobInfos->get("instagram_repost_account_email"), + $this->jobInfos->get("instagram_repost_account_username"), $this->jobInfos->get("instagram_repost_account_password") );