Skip to content

Commit

Permalink
Updated snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Jun 20, 2024
1 parent b5ebd59 commit 833a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/blog/2024-06-21-google-forms-to-notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Create a Google Apps Script to send data from Google Sheets to a Notion database

**Google Apps Script code:**

```jsx
```text
function sendWebhookOnEdit(e) {
var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
var range = sheet.getActiveRange();
Expand Down

0 comments on commit 833a921

Please sign in to comment.