Remove redundant export
This commit is contained in:
parent
9afaa73d19
commit
a3bf49e2d2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export const syncFiles = async (
|
|||
return files;
|
||||
};
|
||||
|
||||
export const getFiles = async (
|
||||
const getFiles = async (
|
||||
collection: Collection,
|
||||
sinceTime: number,
|
||||
setFiles: SetFiles
|
||||
|
|
Loading…
Add table
Reference in a new issue