From 00387d9ad38049db555cad7b5cb375167a108a6e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 28 Jun 2020 18:56:14 +0300 Subject: style: fix linting errors --- models/votes/vote.schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/votes/vote.schema.ts') diff --git a/models/votes/vote.schema.ts b/models/votes/vote.schema.ts index d8128b3..72b196d 100644 --- a/models/votes/vote.schema.ts +++ b/models/votes/vote.schema.ts @@ -1,7 +1,7 @@ import { Document, Schema, Types } from 'mongoose'; import { Vote } from 'which-types'; -export interface VoteSchema extends Document, Omit {}; +export interface VoteSchema extends Document, Omit {} export const voteSchema = new Schema({ authorId: { -- cgit v1.2.3