Skip to content

Commit

Permalink
CB-3913 move AI feature to the ee
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Oct 18, 2023
1 parent ca7346a commit c9c0039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/packages/core-root/src/ServerConfigResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { DataSynchronizationService } from './DataSynchronization/DataSynchroniz
import { ServerConfigEventHandler } from './ServerConfigEventHandler';

export const FEATURE_GIT_ID = 'git';
export const FEATURE_AI_ID = 'ai';

export type ServerConfig = Omit<SDKServerConfig, 'hostName'>;

Expand Down

0 comments on commit c9c0039

Please sign in to comment.