Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Sep 16, 2024
1 parent dbbd684 commit 0ff21ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/inngest/dbcap/pkg/changeset"
"github.com/inngest/dbcap/pkg/eventwriter"
"github.com/inngest/dbcap/pkg/replicator"
"github.com/inngest/dbcap/pkg/replicator/pg"
"github.com/jackc/pgx/v5"
)

Expand All @@ -26,7 +26,7 @@ func main() {
panic(err)
}

r, err := replicator.Postgres(ctx, replicator.PostgresOpts{
r, err := pg.Postgres(ctx, pg.PostgresOpts{
Config: *config,
})
if err != nil {
Expand Down

0 comments on commit 0ff21ef

Please sign in to comment.