use syncType and syncState for clsi state options

This commit is contained in:
Brian Gough
2017-08-03 11:51:58 +01:00
parent 7e1d3d98e7
commit 74c26120b2
2 changed files with 14 additions and 14 deletions

View File

@@ -31,11 +31,11 @@ module.exports = RequestParser =
response.check = @_parseAttribute "check",
compile.options.check,
type: "string"
response.incremental = @_parseAttribute "incremental",
compile.options.incremental,
response.syncType = @_parseAttribute "syncType",
compile.options.syncType,
type: "string"
response.state = @_parseAttribute "state",
compile.options.state,
response.syncState = @_parseAttribute "syncState",
compile.options.syncState,
type: "string"
if response.timeout > RequestParser.MAX_TIMEOUT