Skip to content

Commit

Permalink
Fix error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
illflavored authored Mar 20, 2024
1 parent 9bccae2 commit 115662d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/gav4/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ func (ga *GoogleAnalytics) CheckHealth(ctx context.Context, config *setting.Data
}, nil
}
if len(accountSummaries) == 0 {
log.DefaultLogger.Error("CheckHealth: Not Exist Valid Proerty")
log.DefaultLogger.Error("CheckHealth: Not Exist Valid Property")
return &backend.CheckHealthResult{
Status: backend.HealthStatusError,
Message: "CheckHealth: Not Exist Valid Proerty",
Message: "CheckHealth: Not Exist Valid Property",
}, nil
}

Expand Down

0 comments on commit 115662d

Please sign in to comment.