We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e48a8 commit 8ecd7c4Copy full SHA for 8ecd7c4
2 files changed
.eslintrc.json
@@ -7,5 +7,3 @@
7
"@typescript-eslint/no-explicit-any": "warn"
8
}
9
10
-
11
pages/api/topUsers.js
@@ -1,5 +1,5 @@
1
import { fetchTopUsersByPullRequests } from "../../utils/fetchTopUsersByPullRequests";
2
-import { getTopUsersFromDb, storeTopUsersInDb } from "../../utils/database";
+import { getTopUsersFromDb, storeTopUsersInDb } from "../../utils/fetchTopUsersFromDb";
3
4
export default async function handler(req, res) {
5
// Add CORS headers
@@ -51,3 +51,4 @@ async function refreshCache() {
51
52
53
54
+
0 commit comments