-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing ui integration tutorial #1493
Conversation
Welcome! Thank you and congrats on your first pull request. What happens next?
Good luck to us all! |
docs/tutorials/tut-integration-ui.md
Outdated
@@ -184,10 +184,10 @@ class Client(BaseClient): | |||
self.api_key = api_key | |||
|
|||
if self.api_key: | |||
self._headers = {'X-Funtranslations-Api-Secret': self.api_key} | |||
self._headers = {'X-Funtranslations-Api-Secret': self.api_key} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the indentation needs to be fixed
Preview Site AvailableCongratulations! The automatic build has completed successfully. Important: Make sure to inspect your changes at the preview site. Detected modified urls: |
Preview Site AvailableCongratulations! The automatic build has completed successfully. Important: Make sure to inspect your changes at the preview site. Detected modified urls: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!!
Congrats on merging your first pull request! We are now creating a production deploy. In about 30 minutes our site: https://xsoar.pan.dev will be updated with the changes from this PR. |
Production Site UpdatedCongratulations! The automatic build has completed successfully. |
Status
Ready
Description
Fixing indentations for improved comprehension and readability.