Switch batchIdentityCheck to unauth socket

This commit is contained in:
andrew-signal
2026-02-10 00:16:32 -05:00
committed by GitHub
parent d34ebaab46
commit e6c2a9c28a

View File

@@ -2354,6 +2354,7 @@ export async function postBatchIdentityCheck(
data: JSON.stringify({ elements }),
call: 'batchIdentityCheck',
httpType: 'POST',
unauthenticated: true,
responseType: 'json',
// TODO DESKTOP-8719
zodSchema: z.unknown(),