aboutsummaryrefslogtreecommitdiff
path: root/src/fields/VideoField.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/fields/VideoField.ts')
-rw-r--r--src/fields/VideoField.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/VideoField.ts b/src/fields/VideoField.ts
index 992cc1641..d7cd7e968 100644
--- a/src/fields/VideoField.ts
+++ b/src/fields/VideoField.ts
@@ -24,7 +24,7 @@ export class VideoField extends BasicField<URL> {
type: Types.Video,
data: this.Data.href,
_id: this.Id
- }
+ };
}
} \ No newline at end of file