Skip to content

Commit

Permalink
chore: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Jan 26, 2024
1 parent b5a168b commit 828d8cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ BEGIN
ELSE 'CONVERSATION_DEGRADED_PROTEUS' END
),
new.qualified_id,
(SELECT CAST((julianday(\'now\') - 2440587.5) * 86400 * 1000 AS INTEGER)),
(SELECT CAST((julianday('now') - 2440587.5) * 86400 * 1000 AS INTEGER)),
(SELECT SelfUser.id FROM SelfUser LIMIT 1),
(SELECT Client.id FROM Client WHERE Client.user_id = (SELECT SelfUser.id FROM SelfUser LIMIT 1) LIMIT 1),
'SENT',
Expand Down

0 comments on commit 828d8cb

Please sign in to comment.