Fix: promise indent
This commit is contained in:
parent
988a920a2f
commit
d03c752dd5
|
@ -68,7 +68,8 @@
|
|||
method: 'saveUsercss',
|
||||
reason: 'update',
|
||||
sourceCode
|
||||
}).then(updateMeta).catch(showError);
|
||||
}).then(updateMeta)
|
||||
.catch(showError);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user