-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow site admin to check /api/v1/orgs endpoints #10867
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
Conversation
Fix go-gitea#9950 Signed-off-by: Andrew Thornton <[email protected]>
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.
!A & !B == A|B
DeMorgans law ftw.
Codecov Report
@@ Coverage Diff @@
## master #10867 +/- ##
==========================================
+ Coverage 43.39% 43.41% +0.01%
==========================================
Files 593 593
Lines 83276 83276
==========================================
+ Hits 36141 36154 +13
+ Misses 42643 42628 -15
- Partials 4492 4494 +2
Continue to review full report at Codecov.
|
@techknowlogick you missed a not: !A && !B == !(A || B) 😛 |
Fix #9950
Signed-off-by: Andrew Thornton [email protected]