質問編集履歴
1
コードスニペットのずれを修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,7 +23,6 @@
|
|
23
23
|
### 該当のソースコード
|
24
24
|
|
25
25
|
```Node.js
|
26
|
-
```
|
27
26
|
const {google} = require('googleapis');
|
28
27
|
|
29
28
|
exports.stgVisitNotification = async (req, res) => {
|
@@ -55,7 +54,6 @@
|
|
55
54
|
}
|
56
55
|
};
|
57
56
|
```
|
58
|
-
```
|
59
57
|
|
60
58
|
### 試したこと・調べたこと
|
61
59
|
- [x] teratailやGoogle等で検索した
|