Skip to content

Commit 40e3319

Browse files
committed
cleaning up some left overs
1 parent 185d4b8 commit 40e3319

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

modules/cache.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { provider } from 'std-env'
44

55
// Storage key for fetch cache - must match shared/utils/fetch-cache-config.ts
66
const FETCH_CACHE_STORAGE_BASE = 'fetch-cache'
7-
// Storage key for OAuth cache - must match server/utils/atproto/storage.ts
8-
const OAUTH_CACHE_STORAGE_BASE = 'atproto:oauth'
97

108
export default defineNuxtModule({
119
meta: {
@@ -39,11 +37,6 @@ export default defineNuxtModule({
3937
...nitroConfig.storage[FETCH_CACHE_STORAGE_BASE],
4038
driver: 'vercel-runtime-cache',
4139
}
42-
43-
nitroConfig.storage[OAUTH_CACHE_STORAGE_BASE] = {
44-
...nitroConfig.storage[OAUTH_CACHE_STORAGE_BASE],
45-
driver: 'vercel-runtime-cache',
46-
}
4740
}
4841

4942
const env = process.env.VERCEL_ENV

0 commit comments

Comments
 (0)