Skip to content

Commit 9a7fe81

Browse files
Update apps/webapp/app/services/dataStores/organizationDataStoresRegistry.server.ts
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent d55216b commit 9a7fe81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/webapp/app/services/dataStores/organizationDataStoresRegistry.server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ export class OrganizationDataStoresRegistry {
132132
data: {
133133
key,
134134
organizationIds,
135-
kind: "CLICKHOUSE",
135+
kind,
136136
config: { version: 1, data: { secretKey } },
137137
},
138138
});
139+
139140
}
140141

141142
async updateDataStore({

0 commit comments

Comments
 (0)