Add type for second parameter of createSentMessage
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
Reference in New Issue
Block a user