We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eed66 commit ec7cb6cCopy full SHA for ec7cb6c
analytics/analytics.go
@@ -57,7 +57,7 @@ func Init(ctx context.Context, db *gorm.DB) error {
57
db.WithContext(ctx).Clauses(where).First(&identity)
58
Identity = identity.Value
59
60
- if os.Getenv("SINGULARITY_ANALYTICS") == "0" {
+ if os.Getenv("SINGULARITY_ANALYTICS") != "1" {
61
Enabled = false
62
}
63
return nil
0 commit comments