Skip to content

Commit

Permalink
Add type for second parameter of createSentMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Jun 28, 2021
1 parent cd28e71 commit c69b2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit c69b2d3

Please sign in to comment.