Add type for second parameter of createSentMessage

This commit is contained in:
Evan Hahn
2021-06-28 14:15:48 -05:00
committed by GitHub
parent cd28e71bc6
commit c69b2d3ace

View File

@@ -3016,7 +3016,7 @@ export async function startApp(): Promise<void> {
return confirm(); return confirm();
} }
function createSentMessage(data: WhatIsThis, descriptor: WhatIsThis) { function createSentMessage(data: WhatIsThis, descriptor: MessageDescriptor) {
const now = Date.now(); const now = Date.now();
let sentTo = []; let sentTo = [];