mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(rest) JSON.stringify -> Util.stringifyJSON
This commit is contained in:
parent
6e63ea962d
commit
b1c22c9344
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
lData = pParams.data;
|
||||
|
||||
lRes.writeHead(OK, Header);
|
||||
lRes.end( JSON.stringify(lData) );
|
||||
lRes.end( Util.stringifyJSON(lData) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue