Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hblab-ngocnd committed Aug 30, 2022
1 parent a283122 commit 8b5484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/dictionary.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (d *dictionaryService) GetDictionary(ctx context.Context, url string) ([]mo
log.Println("can't get entry clearfix p")
return nil, nil
}
os.WriteFile(path.Join("cache", fileName), body, 0666)
_ = os.WriteFile(path.Join("cache", fileName), body, 0666)
if len(targets) > 2 {
targets = targets[2:]
}
Expand Down

0 comments on commit 8b5484e

Please sign in to comment.