fix refactor typo

This commit is contained in:
Bruno Windels 2020-09-29 09:54:51 +02:00
parent 07fcf7e75b
commit c1ecaffbae

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
import {QueryTarget} from "./QueryTarget.js";
import {IDBRequestAttemptError} from "./utils.js";
import {IDBRequestAttemptError} from "./error.js";
class QueryTargetWrapper {
constructor(qt) {