質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -102,7 +102,6 @@
|
|
102
102
|
}
|
103
103
|
|
104
104
|
```
|
105
|
-
```
|
106
105
|
|
107
106
|
### 試したこと・調べたこと
|
108
107
|
- [x] teratailやGoogle等で検索した
|
1
失礼いたしました。修正いたしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,15 +13,13 @@
|
|
13
13
|
```
|
14
14
|
|
15
15
|
### エラーメッセージ
|
16
|
-
|
16
|
+
|
17
17
|
```
|
18
18
|
TypeError: Cannot read properties of undefined (reading 'length')
|
19
|
-
```
|
20
19
|
```
|
21
20
|
|
22
21
|
### 該当のソースコード
|
23
22
|
|
24
|
-
```
|
25
23
|
```
|
26
24
|
const act_sheet = SpreadsheetApp.getActive().getActiveSheet();
|
27
25
|
let drv_list, drv_info, drv_token;
|