export const localPushPayload = async () => {
  const event = await pushWebhook;
  const result = handlePush(event);
  await clearCollection(event);
  return result;