Skip to content
Snippets Groups Projects
Commit fdbf848c authored by Kim Ebert's avatar Kim Ebert
Browse files

fix: fix formatting


Signed-off-by: default avatarKim Ebert <kim@indicio.tech>
parent df8eb25f
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ class ConnRecord(BaseRecord):
"""
tag_filter = {
"invitation_key": invitation_key,
"state": cls.State.INVITATION.rfc160
"state": cls.State.INVITATION.rfc160,
}
post_filter = {"state": cls.State.INVITATION.rfc160}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment