Skip to content

Commit 8d17f21

Browse files
authored
Merge pull request #2 from pernydev/main
2 parents 1988cce + a6f7c1b commit 8d17f21

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']);
16+
const LINEAR_TRUSTED_IPS = z.enum(['35.231.147.226', '35.243.134.228', '34.140.253.14', '34.38.87.206']);
1717

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

0 commit comments

Comments
 (0)