Skip to content

Commit ad3f242

Browse files
committed
Update slack webhook tag checker
1 parent 76b3fb5 commit ad3f242

File tree

1 file changed

+1
-1
lines changed
  • apps/landing/src/app/api/slack/webhook

1 file changed

+1
-1
lines changed

apps/landing/src/app/api/slack/webhook/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function POST(req: Request) {
3939
headers: github.HEADERS
4040
});
4141

42-
if (existingBranch.status !== 404)
42+
if (existingBranch.status === 200)
4343
return Response.json({
4444
response_type: 'ephemeral',
4545
blocks: [

0 commit comments

Comments
 (0)