Update cafy to 8.0.0 🚀
This commit is contained in:
@ -17,7 +17,7 @@ export interface INoteReaction {
|
||||
reaction: string;
|
||||
}
|
||||
|
||||
export const validateReaction = $().string().or([
|
||||
export const validateReaction = $.str.or([
|
||||
'like',
|
||||
'love',
|
||||
'laugh',
|
||||
|
Reference in New Issue
Block a user