Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Nov 26, 2023
1 parent e326a39 commit bb5d3a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,5 @@ func (d *schemaData) render(w io.Writer) error {
if d.URL == "" {
return errors.New("database url is not set")
}
if d.DevURL == "" {
return errors.New("dev url is not set")
}
return tmpl.ExecuteTemplate(w, "atlas_schema.tmpl", d)
}

0 comments on commit bb5d3a6

Please sign in to comment.