From fe529f4a7739ac6dd9a30652279818519565ec6a Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 18:52:01 +0300 Subject: style!: fix all linting errors --- models/polls/poll.schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/polls/poll.schema.ts') diff --git a/models/polls/poll.schema.ts b/models/polls/poll.schema.ts index 4d1d762..3a57c28 100644 --- a/models/polls/poll.schema.ts +++ b/models/polls/poll.schema.ts @@ -15,7 +15,7 @@ export interface PollSchema extends Document { } export const imageDataSchema = { - url: String, + url: String }; export const pollSchema = new Schema({ -- cgit v1.2.3