diff --git a/packages/core/src/CallHistory.js b/packages/core/src/CallHistory.js index 5bbe82e1..97169b86 100644 --- a/packages/core/src/CallHistory.js +++ b/packages/core/src/CallHistory.js @@ -52,7 +52,6 @@ class CallHistory { * @param {Router} router */ constructor(globalConfig, router) { - /** @type {CallLog[]} */ this.callLogs = []; this.config = globalConfig; diff --git a/packages/core/src/Matchers.js b/packages/core/src/Matchers.js index 8d7cc864..02e6615c 100644 --- a/packages/core/src/Matchers.js +++ b/packages/core/src/Matchers.js @@ -13,7 +13,6 @@ import { normalizeUrl, } from './RequestUtils.js'; - /** @typedef {string | RegExp | URL} RouteMatcherUrl */ /** @typedef {function(string): RouteMatcherFunction} UrlMatcherGenerator */ /** @typedef {function(CallLog): boolean} RouteMatcherFunction */