From d72cb9c1ba77b04a07ec37bc4017ebfc15d17792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20JOSE?= Date: Tue, 13 Apr 2021 16:55:30 +0200 Subject: [PATCH] json fix --- internal/files/api/syncFlags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/files/api/syncFlags.go b/internal/files/api/syncFlags.go index c7d4bca..0e89a21 100644 --- a/internal/files/api/syncFlags.go +++ b/internal/files/api/syncFlags.go @@ -14,7 +14,7 @@ import ( type FlagUsageRequest struct { RepositoryURL string `json:"repositoryUrl"` RepositoryBranch string `json:"repositoryBranch"` - Flags []Flag + Flags []Flag `json:"flags"` } // Fl represent a flag code info sent to the Flagship API