Skip to content

Commit 4efd758

Browse files
committed
Fix typo
1 parent 06ae849 commit 4efd758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serverless.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const handler = async (event: APIGatewayEvent) => {
1111
const loggedIn =
1212
cookie.includes('refresh_token') || cookie.includes('access_token');
1313

14-
if (event.path === 'ads.txt') {
14+
if (event.path === '/ads.txt') {
1515
return {
1616
statusCode: 200,
1717
headers: {

0 commit comments

Comments
 (0)