Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
fix(upstash-redis): fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 authored Jan 17, 2022
1 parent f4a8464 commit c2df2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/upstash-redis/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { Account as AdapterAccount } from "next-auth"
import type { Adapter, AdapterUser, AdapterSession } from "next-auth/adapters"
import type { Upstash } from "@upstash/redis/src/types"

import { v4 as uuid } from "uuid"

export interface UpstashRedisAdapterOptions {
Expand Down

0 comments on commit c2df2c8

Please sign in to comment.