Remove sequelize deprecated operators

This commit is contained in:
Chocobozzz
2017-10-26 16:59:02 +02:00
parent a265f7f30f
commit c296250511
9 changed files with 20 additions and 17 deletions

View File

@@ -131,4 +131,3 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
this.form.patchValue(this.video.toJSON())
}
}