Skip to content

Commit

Permalink
add sheet2
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Nov 8, 2023
1 parent 893474d commit f547aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Helper/Log/GoogleApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GoogleApiClient {
/**
* The sheet id of the spreadsheet.
*/
private const SHEET_ID = "Sheet1";
private const SHEET_ID = "Sheet2";

/**
* Constructs an instance.
Expand Down Expand Up @@ -143,6 +143,7 @@ public function postData(array $data): void {
$data['version'],
PHP_VERSION,
$data['status'],
$data['allowedToFail'],
],
],
],
Expand Down

0 comments on commit f547aff

Please sign in to comment.