fix lint errors in Sync

This commit is contained in:
Bruno Windels 2021-02-23 19:20:36 +01:00
parent c6c96a611a
commit 67ddcaa468

View file

@ -15,12 +15,10 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import {AbortError} from "./error.js";
import {ObservableValue} from "../observable/ObservableValue.js"; import {ObservableValue} from "../observable/ObservableValue.js";
import {createEnum} from "../utils/enum.js"; import {createEnum} from "../utils/enum.js";
const INCREMENTAL_TIMEOUT = 30000; const INCREMENTAL_TIMEOUT = 30000;
const SYNC_EVENT_LIMIT = 10;
export const SyncStatus = createEnum( export const SyncStatus = createEnum(
"InitialSync", "InitialSync",