Bug 1957760 - Make "CaptchaDetection:Init" consistently use a query. r=tjr

This will make it possible to type check this message.

Differential Revision: https://phabricator.services.mozilla.com/D244266
This commit is contained in:
Andrew McCreight
2025-04-03 18:33:20 +00:00
parent ff41d3eb01
commit efa717f68c

View File

@@ -436,7 +436,7 @@ class ArkoseLabsHandler extends CaptchaHandler {
constructor(actor) { constructor(actor) {
super(actor); super(actor);
this.actor.sendAsyncMessage("CaptchaDetection:Init", { this.actor.sendQuery("CaptchaDetection:Init", {
type: ArkoseLabsHandler.type, type: ArkoseLabsHandler.type,
}); });
} }