Skip to content

Commit

Permalink
time format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityaguptaa committed Jun 23, 2024
1 parent 8d3a13d commit 7eb9cf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handlers/gemini.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"log"
"net/http"
"os"
"time"

"github.com/gofor-little/env"
"github.com/google/generative-ai-go/genai"
Expand All @@ -20,7 +19,6 @@ type Snippet struct {
Title string `json:"title"`
Category string `json:"category"`
Content string `json:"content"`
DateTime time.Time `json:"date"`
Notes string `json:"customNotes"`
Type string `json:"type"`
Source string `json:"source"`
Expand Down

0 comments on commit 7eb9cf9

Please sign in to comment.