From dfc39796d4b36c4ad619d42e986e6b0f8e71198a Mon Sep 17 00:00:00 2001 From: Dylan Ginsburg Date: Thu, 4 Jan 2024 18:24:08 -0500 Subject: [PATCH] Dylinted --- Source/strada.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/strada.js b/Source/strada.js index ffe2470..13f6748 100644 --- a/Source/strada.js +++ b/Source/strada.js @@ -13,7 +13,7 @@ async setAdapter() { await this.registerCalled; - this.webBridge.setAdapter(this); + this.webBridge.setAdapter(this) } register(component) {