Skip to content

Commit

Permalink
Update challengeutils/synapseservices/discussion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 authored Jul 1, 2020
1 parent cc7573a commit 9882357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challengeutils/synapseservices/discussion.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def id(self):
return self._id

@id.setter
def id(self, id):
self._id = id
def id(self, value):
self._id = value

@property
def forumid(self):
Expand Down

0 comments on commit 9882357

Please sign in to comment.