Skip to content

Commit

Permalink
force redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Mar 1, 2023
1 parent 5974159 commit 8cb5ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upstash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Ratelimit } from "@upstash/ratelimit";
import { Redis } from "@upstash/redis";
import { nanoid } from "@/lib/utils";

// Initiate Redis instance
// Initiate Redis instance by connecting to REST URL
export const redis = new Redis({
url: process.env.UPSTASH_REDIS_REST_URL || "",
token: process.env.UPSTASH_REDIS_REST_TOKEN || "",
Expand Down

0 comments on commit 8cb5ec5

Please sign in to comment.