commit
9e52590fd2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def createMessage(token):
|
|||
return bad_request("there")
|
||||
|
||||
try:
|
||||
msg['isProject'] = payload['isProject']
|
||||
msg.isProject = payload['isProject']
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue