Skip to content

Commit 3fb8888

Browse files
committed
Fix variants of task status being typo'd in synapse docs.
element-hq/synapse#18338.
1 parent 1dfc10d commit 3fb8888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SynapseAdmin/UserRedactionEndpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const UserRedactionStatusResponse = Type.Object({
1414
[
1515
Type.Literal('scheduled'),
1616
Type.Literal('active'),
17-
Type.Literal('completed'),
17+
Type.Literal('complete'),
1818
Type.Literal('failed'),
1919
],
2020
{ description: 'Status of the redaction job.' }

0 commit comments

Comments
 (0)