1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 23:14:22 +00:00

correct tag name

This commit is contained in:
Justin McCarthy 2018-06-01 17:27:56 -07:00
parent f6c9f89792
commit 75a80189ce
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -138,7 +138,7 @@ func addStats(modelData *model.Data, renderData *renderData) {
}
if t.State == model.Open {
if t.Bool("procedure") {
if t.Bool("comply-procedure") {
stats.ProcedureOpen++
if t.CreatedAt != nil {
age := int(time.Since(*t.CreatedAt).Hours() / float64(24))