We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conversationSettings
1 parent 7e25ac0 commit 970d708Copy full SHA for 970d708
services/libs/conversations/src/repo/conversation.repo.ts
@@ -49,7 +49,7 @@ export class ConversationRepository extends RepositoryBase<ConversationRepositor
49
const id = generateUUIDv1()
50
51
const results = await this.db().oneOrNone(
52
- `select "autoPublish" from "conversationSettings" where "tenantId" = $(tenantId) and (enabled is null or enabled = true) limit 1`,
+ `select "autoPublish" from "conversationSettings" where "tenantId" = $(tenantId) limit 1`,
53
{
54
tenantId,
55
},
0 commit comments