mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(io) lint
This commit is contained in:
parent
e3d141a619
commit
a62fef46a0
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ module.exports.delete = promisify((url, data, callback) => {
|
|||
url : FS + url,
|
||||
data,
|
||||
callback,
|
||||
imgPosition : { top: !!data },
|
||||
imgPosition : {
|
||||
top: !!data,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue