Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Sep 10, 2024
1 parent 55e7b71 commit 70bf44e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/push_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"github.com/jackc/pgx/v5/pgconn"
)

// nolint
func hash(in any) string {
switch v := in.(type) {
case string:
Expand All @@ -25,6 +26,7 @@ func hash(in any) string {
}
}

// nolint
func push() {
ctx := context.Background()
c, err := pgconn.Connect(ctx, os.Getenv("DATABASE_URL"))
Expand Down

0 comments on commit 70bf44e

Please sign in to comment.