From c69b2d3ace2b1075f7c4ed2db91ddc7966635e1b Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 28 Jun 2021 14:15:48 -0500 Subject: [PATCH] Add type for second parameter of createSentMessage --- ts/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/background.ts b/ts/background.ts index 9767fedd3..b8ed658e9 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -3016,7 +3016,7 @@ export async function startApp(): Promise { return confirm(); } - function createSentMessage(data: WhatIsThis, descriptor: WhatIsThis) { + function createSentMessage(data: WhatIsThis, descriptor: MessageDescriptor) { const now = Date.now(); let sentTo = [];