Skip to content

Commit

Permalink
delete unused mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
kish1n committed Aug 20, 2024
1 parent 7dde043 commit 928e975
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/service/handlers/daily_question_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"net/http"
"strconv"
"strings"
"sync"
"time"

"github.com/go-chi/chi"
Expand All @@ -17,8 +16,6 @@ import (
"gitlab.com/distributed_lab/ape/problems"
)

var mu sync.Mutex

func GetDailyQuestion(w http.ResponseWriter, r *http.Request) {
nullifier := strings.ToLower(chi.URLParam(r, "nullifier"))
cfg := DailyQuestions(r)
Expand Down

0 comments on commit 928e975

Please sign in to comment.