mirror of https://github.com/zulip/zulip.git
prettier: Disable bracketSpacing.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
facd860a6c
commit
06691e1e45
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
bracketSpacing: false,
|
||||
};
|
|
@ -952,11 +952,7 @@ paths:
|
|||
description: |
|
||||
An array with the IDs of the modified messages.
|
||||
- example:
|
||||
{
|
||||
"msg": "",
|
||||
"messages": [4, 18, 15],
|
||||
"result": "success",
|
||||
}
|
||||
{"msg": "", "messages": [4, 18, 15], "result": "success"}
|
||||
/messages/render:
|
||||
post:
|
||||
operationId: render_message
|
||||
|
@ -2884,10 +2880,7 @@ paths:
|
|||
items:
|
||||
type: object
|
||||
example:
|
||||
[
|
||||
{ "id": 4, "value": "vim" },
|
||||
{ "id": 5, "value": "1909-04-05" },
|
||||
]
|
||||
[{"id": 4, "value": "vim"}, {"id": 5, "value": "1909-04-05"}]
|
||||
required: false
|
||||
|
||||
responses:
|
||||
|
|
Loading…
Reference in New Issue