Update docs, change some dev-related stuff to look better in docs lol
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -8,7 +8,7 @@ import { mimeSchema } from './utils';
|
||||
*/
|
||||
const blurhashSchema = v.pipe(v.string(), v.check(
|
||||
(value) => isBlurhashValid(value).result,
|
||||
'invalid blurhash', // .errorReason
|
||||
'invalid blurhash',
|
||||
));
|
||||
|
||||
const baseAttachmentSchema = v.object({
|
||||
|
||||
Reference in New Issue
Block a user