projects
/
g-sheets-php.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acb748
)
uh oh, thats an error
author
Eduardo
<
[email protected]
>
Sat, 28 Oct 2023 00:26:27 +0000
(
02:26
+0200)
committer
Eduardo
<
[email protected]
>
Sat, 28 Oct 2023 00:26:27 +0000
(
02:26
+0200)
g-sheet-sync.php
patch
|
blob
|
history
diff --git
a/g-sheet-sync.php
b/g-sheet-sync.php
index 7dd9ae9dad82cee5b56dffbc65d8730f9d54418e..c9f471eefb8e1155a08ff80340ee33f95cd234ec 100644
(file)
--- 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();