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 6929e72 commit 267c578Copy full SHA for 267c578
src/routes/(init)/init/tickets/[username]/+page.server.ts
@@ -1,9 +1,6 @@
1
import { getTicketDocByUsername } from '../../(utils)/tickets';
2
import { error, redirect, type Actions } from '@sveltejs/kit';
3
import { getTicketContributions } from '../../(utils)/contributions';
4
-import { OAuthProvider } from 'appwrite';
5
-import { Account, Client } from 'node-appwrite';
6
-import { PUBLIC_APPWRITE_ENDPOINT, PUBLIC_APPWRITE_PROJECT_INIT_ID } from '$env/static/public';
7
import { loginGithub } from '../../(utils)/auth';
8
9
export const ssr = true;
0 commit comments