fix: linting errors

This commit is contained in:
Huskydog9988
2025-05-08 19:26:46 -04:00
committed by DecDuck
parent 52a7de0a8b
commit 7f7d8c8f45
4 changed files with 8 additions and 13 deletions

View File

@ -3,7 +3,7 @@ import type { Session, SessionProvider } from "./types";
/**
* DO NOT USE THIS. THE CACHE EVICTS SESSIONS.
*
*
* This needs work. TODO.
*/
export default function createCacheSessionProvider() {