fixed indentation
This commit is contained in:
parent
dfc5138fe3
commit
d6c21c671f
1 changed files with 1 additions and 1 deletions
|
@ -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`, {
|
||||
|
|
Loading…
Add table
Reference in a new issue