Updated type-test.ts to reflect new signature.

This commit is contained in:
Anderson Addo
2020-01-21 13:27:23 -05:00
committed by GitHub
parent a2879b60fd
commit 9105b1fab3

View File

@@ -42,4 +42,5 @@ firebase
.then();
firebase.messaging().setBackgroundMessageHandler(msg => {
console.log(msg.data);
return Promise.resolve();
});