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 0ae189a commit e0ed815Copy full SHA for e0ed815
src/lib/github.ts
@@ -27,7 +27,7 @@ export async function latestVersion(repo: string) {
27
}
28
29
export async function lastEdit(page: Page): Promise<Date> {
30
- var time = await getGithubLastEdit({
+ const time = await getGithubLastEdit({
31
owner: "TheNextLvl-net",
32
repo: "docs",
33
token: process.env.GITHUB_TOKEN,
0 commit comments