Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Jun 26, 2024
1 parent 807f2e0 commit beff4c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/migrate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ import (
"os"

"github.com/joho/godotenv"

"github.com/polygonid/sh-id-platform/internal/db/schema"
"github.com/polygonid/sh-id-platform/internal/log"

_ "github.com/lib/pq"
)

// IssuerDatabaseUrl is the environment variable for the issuer database URL
const IssuerDatabaseUrl = "ISSUER_DATABASE_URL"

func main() {
Expand Down

0 comments on commit beff4c3

Please sign in to comment.