Skip to content

Commit

Permalink
Mise à jour du projet Vercel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 1, 2024
1 parent 758bb19 commit 5c05510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel/api/post-comment.ts
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import { createAppAuth } from '@octokit/auth-app'
import { AkismetClient } from 'akismet-api'
import { createPullRequest } from 'octokit-plugin-create-pull-request'
import type { Comment } from '../../types'
import { site } from '../../site/site'
import { site } from '../../site/site.js'

export default async function handler (request: VercelRequest, response: VercelResponse) {
if (!allowCors(request, response)) {

0 comments on commit 5c05510

Please sign in to comment.