fixed indentation

This commit is contained in:
Abhinav-grd 2021-02-08 16:32:16 +05:30
parent dfc5138fe3
commit d6c21c671f

View file

@ -116,7 +116,7 @@ export const getFiles = async (collection: collection, sinceTime: string, limit:
const worker = await new CryptoWorker();
let promises: Promise<file>[] = [];
let time =
sinceTime || (await localForage.getItem<string>(`${collection.id}-time`)) || "0";
sinceTime || (await localForage.getItem<string>(`${collection.id}-time`)) || "0";
let resp;
do {
resp = await HTTPService.get(`${ENDPOINT}/collections/diff`, {