Fix PimEyes invitationOnly flag (THE-135)

PimEyes is a publicly accessible commercial service (subscription required
for full features), not invitation-only. Corrects the badge value from
true to false.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
s0lray
2026-03-27 13:53:48 -04:00
co-authored by Paperclip
parent 8ebd8b16d7
commit c69e18e519
+1 -1
View File
@@ -2143,7 +2143,7 @@
"registration": true,
"editUrl": false,
"api": false,
"invitationOnly": true,
"invitationOnly": false,
"deprecated": false
},
{