Add type for second parameter of createSentMessage
This commit is contained in:
parent
cd28e71bc6
commit
c69b2d3ace
1 changed files with 1 additions and 1 deletions
|
@ -3016,7 +3016,7 @@ export async function startApp(): Promise<void> {
|
|||
return confirm();
|
||||
}
|
||||
|
||||
function createSentMessage(data: WhatIsThis, descriptor: WhatIsThis) {
|
||||
function createSentMessage(data: WhatIsThis, descriptor: MessageDescriptor) {
|
||||
const now = Date.now();
|
||||
let sentTo = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue