mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-02 08:34:14 +00:00
restrict syncType values to full/incremental
This commit is contained in:
parent
44ae011703
commit
fe5ba5b619
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module.exports = RequestParser =
|
|||
type: "string"
|
||||
response.syncType = @_parseAttribute "syncType",
|
||||
compile.options.syncType,
|
||||
validValues: ["full", "incremental"]
|
||||
type: "string"
|
||||
response.syncState = @_parseAttribute "syncState",
|
||||
compile.options.syncState,
|
||||
|
|
Loading…
Reference in a new issue