Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Aug 3, 2023
1 parent 3840ca9 commit 577009c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TimestreamService.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function write(TimestreamWriterDto $timestreamReader): \Aws\Result
private function ingest(array $payload): \Aws\Result
{
try {
dd($payload);
$result = $this->writer->writeRecords($payload);
} catch (TimestreamWriteException $e) {
$records = $payload['Records'];
Expand Down

0 comments on commit 577009c

Please sign in to comment.