diff --git a/containers/api/src/chat/chat.service.ts b/containers/api/src/chat/chat.service.ts index c86389bb..5cfa25a3 100644 --- a/containers/api/src/chat/chat.service.ts +++ b/containers/api/src/chat/chat.service.ts @@ -31,7 +31,7 @@ export class ChatService { // import { createConnection } from 'typeorm'; async getConv(username: string): Promise{ - username = "apommier" + // username = "apommier" const convs = await this.chatRepository.query("SELECT * FROM \"conv\" WHERE $1 = ANY (ARRAY[members]);", [username]) console.log(`convs= ${convs}`) return convs;