web: remove unused code
This commit is contained in:
parent
a3ec1ec2a0
commit
317615fd5c
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
import { Octokit } from '@octokit/rest'
|
|
||||||
import { redirect } from 'next/navigation'
|
import { redirect } from 'next/navigation'
|
||||||
|
|
||||||
const octokit = new Octokit()
|
|
||||||
|
|
||||||
export default async function Download() {
|
export default async function Download() {
|
||||||
const res = await fetch('https://api.github.com/repos/jmorganca/ollama/releases', { next: { revalidate: 60 } })
|
const res = await fetch('https://api.github.com/repos/jmorganca/ollama/releases', { next: { revalidate: 60 } })
|
||||||
const data = await res.json()
|
const data = await res.json()
|
||||||
|
|
Loading…
Reference in a new issue