Skip to content

Commit

Permalink
chore: unneeded line in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Musat authored and gabotechs committed Dec 24, 2022
1 parent 85a218f commit d9e5a60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/js/tsconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ func ParseTsConfig(path string) (TsConfig, error) {
return TsConfig{}, err
}
err = json.Unmarshal(data, &tsConfig)
if err != nil {
return tsConfig, err
}
return tsConfig, nil
return tsConfig, err
}

0 comments on commit d9e5a60

Please sign in to comment.