Skip to content

Commit

Permalink
Fix reaction bridge from linkedin to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Feb 5, 2024
1 parent 416e459 commit c90a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin_matrix/db/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def get_by_li_message_urn(
) -> Message | None:
query = Message.select_constructor(
"""
li_message_urn=$1 AND li_receiver_urn=$2 AND "index"=$3'
li_message_urn=$1 AND li_receiver_urn=$2 AND "index"=$3
"""
)
row = await cls.db.fetchrow(
Expand Down

0 comments on commit c90a59a

Please sign in to comment.