From 7ee79dc1d91c5231666005b9a161b218f88335dd Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sun, 9 Feb 2020 04:40:22 -0600 Subject: [PATCH] Fix build error --- src/app/structures/HostRecord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/structures/HostRecord.ts b/src/app/structures/HostRecord.ts index 9bebeb3..36f9215 100644 --- a/src/app/structures/HostRecord.ts +++ b/src/app/structures/HostRecord.ts @@ -1,6 +1,6 @@ export default class HostRecord { public value = ''; - public type: 'paragraph'|'header1'|'header2'|'header3'|'header4'|'block_code'|'click_link'|'database_ref'|'ul'|'code_ref' = 'paragraph'; + public type: 'paragraph'|'header1'|'header2'|'header3'|'header4'|'block_code'|'click_link'|'database_ref'|'ul'|'code_ref'|'file_ref' = 'paragraph'; public CreatedAt: string; public PageId: string;