TP-55555 | kafka fix

This commit is contained in:
varnit goyal
2024-10-22 13:04:56 +05:30
parent 396d28ed64
commit 2581c1b76a
7 changed files with 100 additions and 12 deletions

View File

@@ -14,4 +14,5 @@ type Project struct {
Team string `json:"team"`
Icon string `json:"icon"`
GithubUrl string `json:"githubUrl"`
Secret string `json:"secret"`
}