From 7fc5379619ee2be0955274424e40a43783d2f0bc Mon Sep 17 00:00:00 2001
From: steel <mael.acier@ensiie.fr>
Date: Mon, 6 May 2024 00:18:30 +0200
Subject: [PATCH] lint

---
 src/lib/index.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/index.ts b/src/lib/index.ts
index 6408acf..f44afbf 100644
--- a/src/lib/index.ts
+++ b/src/lib/index.ts
@@ -12,7 +12,6 @@ import {
   addBasePath,
 } from "./helpers.js";
 import type { Config, CookieNames, Paths } from "./types.js";
-import type { DatabaseUser } from "./lucia.js";
 
 export class AriseIdConnect {
   readonly client: Client;
-- 
GitLab