twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

Fix scope name for mock-api POST /chat/shoutouts endpoint #301

Closed aaricdev closed 10 months ago

aaricdev commented 10 months ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

According to the official Docs, the mock-api got a misspelled scope in POST /chat/shoutouts endpoint.

Description of Changes:

Sidenote: For some reason, GitHub shows that I've completely replaced this file, but I only changed the scope. I'd guess the line endings have changed. Is there a guideline for these kind of things?

Checklist

Xemdo commented 10 months ago

The files should be LF, I think I fucked them up in the past when putting them in originally. I'll let this reformat.

aaricdev commented 10 months ago

The files should be LF, I think I fucked them up in the past when putting them in originally. I'll let this reformat.

Thanks for the reply, I'll teach my git and IDE to keep it this way for the next PR 😄