chore: test commit@@ -84,6 +84,8 @@ const makeOnPushEvent: ServiceMethodFactory<
// Finally, accept the payload from client
message.accept();
+ // test
+
if (data.payload != null) {
message.write(toAscii(`Hey ${data.username}, welcome back 🖖.\n\n`));
message.write(toAscii(`📖 See the details of your push at:\n`));