Explorar el Código

fix: add missing log/slog import in places.go

neyrogovnarik hace 1 mes
padre
commit
adbd1e16fe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      backend/internal/handlers/places.go

+ 1 - 0
backend/internal/handlers/places.go

@@ -5,6 +5,7 @@ import (
 	"encoding/json"
 	"errors"
 	"fmt"
+	"log/slog"
 	"net/http"
 	"strconv"
 	"strings"