From fea2e549ba42359a1e32618f489beda50e649504 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Apr 2018 18:17:04 +0900 Subject: [PATCH] Resolve conflict --- src/models/post.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/post.ts b/src/models/post.ts index e7b54180f..4daad306d 100644 --- a/src/models/post.ts +++ b/src/models/post.ts @@ -48,7 +48,6 @@ export type IPost = { heading: number; speed: number; }; - tags: string[]; }; /**