Skip to content

Commit 2e6275b

Browse files
committed
fixes custom notes error
1 parent c001e63 commit 2e6275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/gemini.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Snippet struct {
1919
Title string `json:"title"`
2020
Category string `json:"category"`
2121
Content string `json:"content"`
22-
Notes string `json:"customNotes"`
22+
Notes any `json:"customNotes"`
2323
Type string `json:"type"`
2424
Source string `json:"source"`
2525
ID string `json:"id"`

0 commit comments

Comments
 (0)