From 89d4f78a6e9a4d8f0bc8c41b6cc4ffbb6de9aa19 Mon Sep 17 00:00:00 2001 From: Natsu Date: Mon, 17 Jun 2024 17:31:01 +0700 Subject: [PATCH] chore: Update getLatestCommit API endpoint --- api/getLatestCommit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/getLatestCommit.js b/api/getLatestCommit.js index d1b3dfa..5eb60a7 100644 --- a/api/getLatestCommit.js +++ b/api/getLatestCommit.js @@ -2,7 +2,7 @@ import fetch from 'node-fetch'; -export default async (res) => { +export default async (req, res) => { const username = 'NatsumeLS'; const repo = 'Gakumas-Localify-EN';