refactor(server): use named export
This commit is contained in:
@@ -312,7 +312,7 @@ async function deleteOldFile(user: IRemoteUser) {
|
||||
* @param sensitive Mark file as sensitive
|
||||
* @return Created drive file
|
||||
*/
|
||||
export default async function(
|
||||
export async function addFile(
|
||||
user: { id: User['id']; host: User['host'] } | null,
|
||||
path: string,
|
||||
name: string | null = null,
|
||||
|
Reference in New Issue
Block a user