Remove unused var

This commit is contained in:
Jordan Eldredge 2022-05-18 21:32:19 -07:00
parent 5baf8b4f1d
commit 81fda490a2

View file

@ -21,7 +21,7 @@ import {
} from "rxjs/operators";
import { search } from "../algolia";
import queryParser from "../queryParser";
import { API_URL, CHUNK_SIZE } from "../constants";
import { CHUNK_SIZE } from "../constants";
import * as UploadUtils from "../upload/uploadUtils";
const urlChangedEpic = (actions) =>