From 70c065d64c330196d371941d9294a55da6e3aa37 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 16 Jun 2017 09:54:59 +0200 Subject: Add this context to instance model functions --- shared/models/video-blacklist.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models') diff --git a/shared/models/video-blacklist.model.ts b/shared/models/video-blacklist.model.ts index 6086250ac..f894bb065 100644 --- a/shared/models/video-blacklist.model.ts +++ b/shared/models/video-blacklist.model.ts @@ -1,5 +1,5 @@ export interface BlacklistedVideo { id: number - videoId: number + videoId: string createdAt: Date } -- cgit v1.2.3