From: Eduardo Date: Sat, 28 Oct 2023 00:26:27 +0000 (+0200) Subject: uh oh, thats an error X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=6a011aec09d2490f3c4dc5f3b84ea5f3c946003e;p=g-sheets-php.git uh oh, thats an error --- diff --git a/g-sheet-sync.php b/g-sheet-sync.php index 7dd9ae9..c9f471e 100644 --- a/g-sheet-sync.php +++ b/g-sheet-sync.php @@ -34,7 +34,6 @@ class GSheetSync { */ function get(string $range): string | false { // get all the rows of a sheet - $range = 'Hoja 1'; $response = $this->service->spreadsheets_values->get($this->spreadsheetId, $range); $rows = $response->getValues();