Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove auth as required property in chat #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JohnHKoh
Copy link

Removing auth as a required property as chat messages may not have it in the body. I assume that null cases have already been handled elsewhere in the code because the schema already accepts "auth": null. Hopefully lol.

{
  "name":"Some Ball 1",
  "team":2,
  "from":1,
  "message":"im bad",
  "to":"team",
  "removeAt":1666981608117
}

Should address #296.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant