uh oh, thats an error
authorEduardo <[email protected]>
Sat, 28 Oct 2023 00:26:27 +0000 (02:26 +0200)
committerEduardo <[email protected]>
Sat, 28 Oct 2023 00:26:27 +0000 (02:26 +0200)
g-sheet-sync.php

index 7dd9ae9dad82cee5b56dffbc65d8730f9d54418e..c9f471eefb8e1155a08ff80340ee33f95cd234ec 100644 (file)
@@ -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();