Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kirugan committed Jan 21, 2025
1 parent 4c9169a commit 2fe6379
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
49 changes: 0 additions & 49 deletions internal/config/external_apis.go

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"net/http"

"github.com/babylonlabs-io/staking-api-service/internal/config"
"github.com/babylonlabs-io/staking-api-service/internal/shared/config"
"github.com/babylonlabs-io/staking-api-service/internal/shared/types"
)

Expand Down
1 change: 1 addition & 0 deletions internal/shared/http/clients/http_clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package clients

import (
"github.com/babylonlabs-io/staking-api-service/internal/shared/config"
"github.com/babylonlabs-io/staking-api-service/internal/shared/http/clients/coinmarketcap"
"github.com/babylonlabs-io/staking-api-service/internal/shared/http/clients/ordinals"
)

Expand Down

0 comments on commit 2fe6379

Please sign in to comment.