From c2962505115563ad1510e8116f3b362887cac71f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Oct 2017 16:59:02 +0200 Subject: Remove sequelize deprecated operators --- client/src/app/videos/+video-edit/video-update.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client') diff --git a/client/src/app/videos/+video-edit/video-update.component.ts b/client/src/app/videos/+video-edit/video-update.component.ts index c4ae22896..30390ac05 100644 --- a/client/src/app/videos/+video-edit/video-update.component.ts +++ b/client/src/app/videos/+video-edit/video-update.component.ts @@ -131,4 +131,3 @@ export class VideoUpdateComponent extends FormReactive implements OnInit { this.form.patchValue(this.video.toJSON()) } } - -- cgit v1.2.3