This commit is contained in:
syuilo 2019-04-15 23:37:35 +09:00
parent 15de89f2f9
commit df950d2fc5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -238,8 +238,6 @@ export default define(meta, async (ps, user, app) => {
userId: user.id
})
))).filter(file => file != null) as DriveFile[];
files = files;
}
let renote: Note | undefined;