mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
fix lint
This commit is contained in:
@ -12,7 +12,7 @@ export const meta = {
|
||||
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 60
|
||||
max: 60,
|
||||
},
|
||||
|
||||
requireCredential: true as const,
|
||||
@ -48,8 +48,8 @@ export const meta = {
|
||||
force: {
|
||||
validator: $.optional.bool,
|
||||
default: false,
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps, user) => {
|
||||
@ -57,7 +57,7 @@ export default define(meta, async (ps, user) => {
|
||||
DriveFiles.pack(file, { self: true }).then(packedFile => {
|
||||
publishMainStream(user.id, 'urlUploadFinished', {
|
||||
marker: ps.marker,
|
||||
file: packedFile
|
||||
file: packedFile,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user