From 1fe7dd8d065d7d191177b6a34e02105e3312acc2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 7 Dec 2020 23:11:13 +0000 Subject: [PATCH] fix(core): update --- ts/interfaces/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/interfaces/index.ts b/ts/interfaces/index.ts index 2bf4c9e..e093287 100644 --- a/ts/interfaces/index.ts +++ b/ts/interfaces/index.ts @@ -9,7 +9,7 @@ export interface IMetaObject { // handles twitterHandle?: string; - facebookhandle?: string; + facebookHandle?: string; // links companyWebsiteLink?: string;