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: |
|
description: |
|
||||||
An array with the IDs of the modified messages.
|
An array with the IDs of the modified messages.
|
||||||
- example:
|
- example:
|
||||||
{
|
{"msg": "", "messages": [4, 18, 15], "result": "success"}
|
||||||
"msg": "",
|
|
||||||
"messages": [4, 18, 15],
|
|
||||||
"result": "success",
|
|
||||||
}
|
|
||||||
/messages/render:
|
/messages/render:
|
||||||
post:
|
post:
|
||||||
operationId: render_message
|
operationId: render_message
|
||||||
|
@ -2884,10 +2880,7 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
example:
|
example:
|
||||||
[
|
[{"id": 4, "value": "vim"}, {"id": 5, "value": "1909-04-05"}]
|
||||||
{ "id": 4, "value": "vim" },
|
|
||||||
{ "id": 5, "value": "1909-04-05" },
|
|
||||||
]
|
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
|
|
Loading…
Reference in New Issue