1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 03:03:26 +00:00
This commit is contained in:
Robyn MacCallum
2025-08-05 15:56:42 -04:00
parent 13ce601225
commit 6f63a6dc2c

View File

@@ -144,7 +144,7 @@ export default {
},
) => {
const { clientId, sequenceNumber, status } = data;
fn(clientId, sequenceNumber, status);
fn(clientId, sequenceNumber, status);
},
);
},