We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d17f21 + 84c0891 commit 2f30d5eCopy full SHA for 2f30d5e
api/webhook.ts
@@ -13,7 +13,7 @@ const WEBHOOK_AVATAR_URL = 'https://ldw.screfy.com/static/linear.png';
13
14
const LINEAR_BASE_URL = 'https://linear.app';
15
const LINEAR_COLOR = '#5E6AD2';
16
-const LINEAR_TRUSTED_IPS = z.enum(['35.231.147.226', '35.243.134.228', '34.140.253.14', '34.38.87.206']);
+const LINEAR_TRUSTED_IPS = z.enum(['35.231.147.226', '35.243.134.228', '34.140.253.14', '34.38.87.206', '34.134.222.122', '35.222.25.142']);
17
18
const QUERY_SCHEMA = z.object({
19
webhookId: z.string(),
0 commit comments