Merge branch 'fix-mfa' into 'main'
MastodonResponse: use .passthrough() on errorSchema Closes #1801 See merge request soapbox-pub/soapbox!3305
This commit is contained in:
commit
c5a745957a
|
@ -81,7 +81,7 @@ export class MastodonResponse extends Response {
|
|||
z.string(),
|
||||
z.object({ error: z.string(), description: z.string() }).array(),
|
||||
).optional(),
|
||||
});
|
||||
}).passthrough();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue