Explorar el Código

Remove redundant export

Neeraj Gupta hace 1 año
padre
commit
a3bf49e2d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/cast/src/services/fileService.ts

+ 1 - 1
apps/cast/src/services/fileService.ts

@@ -99,7 +99,7 @@ export const syncFiles = async (
     return files;
 };
 
-export const getFiles = async (
+const getFiles = async (
     collection: Collection,
     sinceTime: number,
     setFiles: SetFiles