Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 1, 2022
1 parent c13923b commit a6405e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3_transformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func Transform(g *client.GitClient, splices []*ExtractSplice) ([]*TemplateContex
c.Field = Message{
raw: commit.Message,
Title: header.Subject,
Body: msg.ParseBody(),
Body: msg.Body,
Header: &header,
}

Expand Down

0 comments on commit a6405e7

Please sign in to comment.