Skip to content

Commit 2f30d5e

Browse files
authored
Merge pull request #5 from seriaati/patch-1
2 parents 8d17f21 + 84c0891 commit 2f30d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/webhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const WEBHOOK_AVATAR_URL = 'https://ldw.screfy.com/static/linear.png';
1313

1414
const LINEAR_BASE_URL = 'https://linear.app';
1515
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']);
16+
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']);
1717

1818
const QUERY_SCHEMA = z.object({
1919
webhookId: z.string(),

0 commit comments

Comments
 (0)