diff --git a/src/scripting_api/event.js b/src/scripting_api/event.js index ba0aa8967..3549fa0e2 100644 --- a/src/scripting_api/event.js +++ b/src/scripting_api/event.js @@ -13,7 +13,7 @@ * limitations under the License. */ -import { USERACTIVATION_CALLBACKID } from "./doc.js"; +import { USERACTIVATION_CALLBACKID } from "./app.js"; const USERACTIVATION_MAXTIME_VALIDITY = 5000;