From edb8d9188ccdfab3baa75977adf9890ba4f16a55 Mon Sep 17 00:00:00 2001 From: Vitalii Grygoruk Date: Wed, 16 Oct 2024 13:52:50 +0200 Subject: [PATCH] fixup --- api/feature.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/feature.go b/api/feature.go index 851d72f..e736a4e 100644 --- a/api/feature.go +++ b/api/feature.go @@ -53,7 +53,7 @@ type Feature struct { // Dependencies is a list of feature toggle dependency objects Dependencies *[]Dependency `json:"dependencies"` - // //ImpressionData indicates whether the client SDK should emit an impression event + // ImpressionData indicates whether the client SDK should emit an impression event ImpressionData bool `json:"impressionData"` }