diff --git a/apps/chat/apps/backend/src/chat/chat.service.ts b/apps/chat/apps/backend/src/chat/chat.service.ts index f9e298925..e39e8e723 100644 --- a/apps/chat/apps/backend/src/chat/chat.service.ts +++ b/apps/chat/apps/backend/src/chat/chat.service.ts @@ -1,5 +1,5 @@ import { Injectable, Inject, Logger } from '@nestjs/common'; -import { type ConfigService } from '@nestjs/config'; +import { ConfigService } from '@nestjs/config'; import { eq } from 'drizzle-orm'; import { type AsyncResult, ok, err, ValidationError, ServiceError } from '@manacore/shared-errors'; import { GoogleGenerativeAI } from '@google/generative-ai';