Skip to content

Commit

Permalink
runs pre-commit on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
cykolln committed Jan 30, 2024
1 parent 05fb802 commit a61992e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated KlaviyoV3Api to handle new response patterns returned from V3 APIs
- Fixed issue with Added to Cart events not syncing for multi-site configurations
- Fixed Added to Cart observer to check for private key instead of public key
- Fixed error handling from V3 APIs, logs out the error message instead of the stack trace on retries.
- Fixed error handling from V3 APIs, logs out the error message instead of the stack trace on retries.

### [4.1.1] - 2023-12-12

Expand Down
2 changes: 1 addition & 1 deletion Cron/KlSyncs.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private function sendUpdatesToApp(array $groupedRows, bool $isRetry = false)
}
}
}
$this->updateRowStatuses($syncedRows,$failedRows, $isRetry);
$this->updateRowStatuses($syncedRows, $failedRows, $isRetry);
}

/**
Expand Down

0 comments on commit a61992e

Please sign in to comment.