Ver código fonte

web: remove unused code

Jeffrey Morgan 1 ano atrás
pai
commit
317615fd5c
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      web/app/download/page.tsx

+ 0 - 3
web/app/download/page.tsx

@@ -1,8 +1,5 @@
-import { Octokit } from '@octokit/rest'
 import { redirect } from 'next/navigation'
 
-const octokit = new Octokit()
-
 export default async function Download() {
   const res = await fetch('https://api.github.com/repos/jmorganca/ollama/releases', { next: { revalidate: 60 } })
   const data = await res.json()