We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c001e63 commit 2e6275bCopy full SHA for 2e6275b
handlers/gemini.go
@@ -19,7 +19,7 @@ type Snippet struct {
19
Title string `json:"title"`
20
Category string `json:"category"`
21
Content string `json:"content"`
22
- Notes string `json:"customNotes"`
+ Notes any `json:"customNotes"`
23
Type string `json:"type"`
24
Source string `json:"source"`
25
ID string `json:"id"`
0 commit comments