Skip to content

Commit

Permalink
Use base config in shared etcd client
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Sep 30, 2024
1 parent efb9e57 commit 04118d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database/etcd/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"io"
"time"

config "github.com/eiffel-community/etos-api/internal/configs/executionspace"
config "github.com/eiffel-community/etos-api/internal/configs/base"
"github.com/eiffel-community/etos-api/internal/database"
"github.com/google/uuid"
"github.com/sirupsen/logrus"
Expand Down

0 comments on commit 04118d9

Please sign in to comment.