mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 13:04:48 +02:00
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