From f664cf09c0860e0cf9920722532c6315fa35a8a1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 2 May 2018 18:06:16 +0900 Subject: Update cafy to 8.0.0 :rocket: --- src/models/note-reaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models') diff --git a/src/models/note-reaction.ts b/src/models/note-reaction.ts index 7891ebdf17..706ae54c16 100644 --- a/src/models/note-reaction.ts +++ b/src/models/note-reaction.ts @@ -17,7 +17,7 @@ export interface INoteReaction { reaction: string; } -export const validateReaction = $().string().or([ +export const validateReaction = $.str.or([ 'like', 'love', 'laugh', -- cgit v1.2.3-freya