Skip to content

Commit

Permalink
fix wrong usage of log
Browse files Browse the repository at this point in the history
  • Loading branch information
leoleoasd committed Jun 25, 2024
1 parent 021e30f commit 7ab1d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/utils/problem_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package utils

import (
"encoding/json"
"log"
"sync"
"time"

"github.com/EduOJ/backend/base"
"github.com/EduOJ/backend/base/log"
"github.com/EduOJ/backend/database/models"
"github.com/pkg/errors"
"gorm.io/datatypes"
Expand Down

0 comments on commit 7ab1d22

Please sign in to comment.