Skip to content

Commit

Permalink
Update types/cmd/context.go
Browse files Browse the repository at this point in the history
Co-authored-by: Billie <[email protected]>
  • Loading branch information
manu0466 and rustcandy authored Jul 15, 2024
1 parent b3da69b commit afb4b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/cmd/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ func (ctx *Context) GetParseContext() (*parser.Context, error) {

// Get the encoding config
encodingConfig := ctx.GetEncodingConfig()

// Get database
db, err := ctx.GetDatabase()
if err != nil {
return nil, err
Expand Down

0 comments on commit afb4b1c

Please sign in to comment.