Skip to content

Commit 68e1d8c

Browse files
committed
Append to new line.
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent 70eb0ce commit 68e1d8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/docs-feedback.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ async function appendToSheet(row: string[]) {
5858
spreadsheetId: process.env.GOOGLE_SHEET_ID!,
5959
range: 'Sheet1!A:E',
6060
valueInputOption: 'RAW',
61+
insertDataOption: 'INSERT_ROWS',
6162
requestBody: { values: [row] },
6263
})
6364
}

smart-accounts-kit/reference/glossary.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
description: Glossary of terms used across Smart Accounts Kit documentation.
33
title: Glossary
4-
keywords:
5-
[glossary, smart accounts kit, delegation, advanced permissions, terms]
4+
keywords: [glossary, smart accounts kit, delegation, advanced permissions, terms]
65
---
76

87
This glossary defines common Smart Accounts Kit terms used across the documentation.

0 commit comments

Comments
 (0)