We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9279a0 + 05a4963 commit efb7d9dCopy full SHA for efb7d9d
1 file changed
inc/Handlers/Instagram/InstagramAuth.php
@@ -200,8 +200,9 @@ function ( $short_lived_token_data ) use ( $config ) {
200
},
201
null, // No token transform needed after exchange
202
function ( $account_data ) {
203
- $this->save_account( $account_data );
+ $saved = $this->save_account( $account_data );
204
$this->schedule_proactive_refresh();
205
+ return $saved;
206
}
207
);
208
0 commit comments