Skip to content

Commit 3418e10

Browse files
committed
Fix call signature.
- Legacy-Id: 2906
1 parent a6b7195 commit 3418e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/liaisons/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def needs_approval(self, person=None):
5353
def can_approve(self):
5454
return []
5555

56-
def post_only(self, person):
56+
def post_only(self, person, user):
5757
return False
5858

5959
def full_user_list(self):

0 commit comments

Comments
 (0)