Skip to content

Commit

Permalink
🔥 pylint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisanda committed Dec 14, 2024
1 parent fbc14f5 commit 98f1ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/db/repositories/documents/document_sharing.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def send_mail(
user_mail = await self.get_user_mail(user)
subj = f"DocFlow: {user.username} share a document"
content = f"""
Visit the link: {link}, to access the document
Visit the link: {link}, to access the document
shared by {user.username} | {user_mail}.
"""

Expand Down

0 comments on commit 98f1ff3

Please sign in to comment.