style: prettier formatting fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-09 01:40:52 +03:00
parent 6f2a7314d0
commit b36f127acc
3 changed files with 7 additions and 12 deletions

View File

@@ -27,9 +27,7 @@ export function getAllMessagingGroups(): MessagingGroup[] {
}
export function getMessagingGroupsByChannel(channelType: string): MessagingGroup[] {
return getDb()
.prepare('SELECT * FROM messaging_groups WHERE channel_type = ?')
.all(channelType) as MessagingGroup[];
return getDb().prepare('SELECT * FROM messaging_groups WHERE channel_type = ?').all(channelType) as MessagingGroup[];
}
export function updateMessagingGroup(