Skip to content

Commit 30bfa32

Browse files
Merge pull request #271 from yashsinghcodes/main
fix: missing comma
2 parents aeb31fc + 8e52fba commit 30bfa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-connector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17096,7 +17096,7 @@ func InitOpensearchIndexes() {
1709617096
GetESIndexPrefix("notifications"),
1709717097
GetESIndexPrefix("shuffle_logs"),
1709817098
GetESIndexPrefix("environments"),
17099-
GetESIndexPrefix("org_statistics")
17099+
GetESIndexPrefix("org_statistics"),
1710017100
}
1710117101

1710217102
customConfig := os.Getenv("OPENSEARCH_INDEX_CONFIG")

0 commit comments

Comments
 (0)