forked from mystiq/hydrogen-web
fix refactor typo
This commit is contained in:
parent
07fcf7e75b
commit
c1ecaffbae
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue