in email-lambda/run.ts [100:107]
value: async () => {
console.warn(
"you will only get the email if you are part of the @pinboardHELP group"
);
await createDatabaseTunnel({ stage: "CODE" });
await handler({ itemId: 3697 });
await handler({ itemId: 3698, maybeRelatedItemId: 3697 });
},