Start migrating QueryTarget.js to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-10 09:58:33 -07:00
parent a31f6a2c52
commit fefa15cd85
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import {QueryTarget} from "./QueryTarget.js";
import {QueryTarget} from "./QueryTarget";
import {IDBRequestAttemptError} from "./error";
const LOG_REQUESTS = false;