Skip to content

Commit

Permalink
Resolving the context issue and bad client
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 2, 2025
1 parent 8d37da3 commit 36ca5df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/encoder/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package encoder

import (
"errors"
"net/http"

"github.com/aws/aws-sdk-go-v2/service/s3"
"github.com/jmoiron/sqlx"
Expand All @@ -28,7 +27,6 @@ type Encoder struct {
encode creator.EncodeRepo
db *sqlx.DB
cdn *s3.Client
c *http.Client
conf *Config
}

Expand All @@ -42,7 +40,6 @@ func NewEncoder(db *sqlx.DB, cdn *s3.Client, conf *Config) *Encoder {
encode: encode.NewStore(db),
db: db,
cdn: cdn,
c: &http.Client{},
conf: conf,
}
}
Expand Down

0 comments on commit 36ca5df

Please sign in to comment.