We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ce22b commit 0d78fa9Copy full SHA for 0d78fa9
ebird/server/server.go
@@ -48,7 +48,6 @@ func speciesHandler(w http.ResponseWriter, r *http.Request) {
48
}
49
c := pool.Get(context.Background())
50
defer pool.Put(c)
51
- var stmt *sqlite.Stmt
52
stmt := c.Prep(`SELECT
53
common_name,
54
age_sex,
0 commit comments