fix: salt issues
This commit is contained in:
@@ -150,7 +150,7 @@ async function buildContext(
|
||||
? validatedBody.payload.properties.__deviceId
|
||||
: undefined;
|
||||
|
||||
const [salts] = await Promise.all([getSalts()]);
|
||||
const salts = await getSalts();
|
||||
currentDeviceId =
|
||||
overrideDeviceId ||
|
||||
(ua
|
||||
|
||||
Reference in New Issue
Block a user