mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore(config) saveHttp: rm callback
This commit is contained in:
parent
47e0dbfdca
commit
7f1a85ed6c
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ var CloudCmd, Util, DOM, io;
|
|||
DOM.Files.set('config', CONFIG);
|
||||
}
|
||||
|
||||
function saveHttp(obj, callback) {
|
||||
function saveHttp(obj) {
|
||||
var RESTful = DOM.RESTful;
|
||||
|
||||
RESTful.Config.write(obj, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue