| @@ -942,11 +942,8 @@ | ||
| 942 | 942 | $organizations[ $account_id ]['channel_limit'], |
| 943 | 943 | $organizations[ $account_id ]['plan'], |
| 944 | 944 | array_keys( $profiles ) |
| 945 | 945 | ); |
| 946 | - | |
| 947 | - // Schedule the event to refresh this account's access token before it expires. | |
| 948 | - $this->base->get_class( 'cron' )->reschedule_refresh_token_event(); | |
| 949 | 946 | } else { |
| 950 | 947 | $this->base->get_class( 'settings' )->update_account_profile_ids( $account_id, array_keys( $profiles ) ); |
| 951 | 948 | } |
| 952 | 949 | |