Skip to content
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

Removed authorizationSource from header + prefix in username #71

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

nulls
Copy link
Member

@nulls nulls commented Aug 2, 2023

No description provided.

* @return env value or property value if env is missed.
*/
private fun getenvOrProperty(name: String): String? =
System.getenv(name) ?: System.getProperty(name)

Check failure

Code scanning / ktlint

[WRONG_INDENTATION] only spaces are allowed for indentation and each indentation should equal to 4 spaces (tabs are not allowed): expected 4 but was 8 Error test

[WRONG_INDENTATION] only spaces are allowed for indentation and each indentation should equal to 4 spaces (tabs are not allowed): expected 4 but was 8
@nulls nulls requested a review from kgevorkyan August 2, 2023 08:36
@nulls nulls enabled auto-merge (squash) August 2, 2023 08:39
@nulls nulls merged commit 28ad32c into master Aug 2, 2023
2 of 3 checks passed
@nulls nulls deleted the feature/remove-source-header branch August 2, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants