Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
⬆️ Update @staart/redis to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Aug 2, 2020
1 parent 5693784 commit c38e046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_staart/helpers/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
UNVERIFIED_EMAIL,
USER_NOT_FOUND,
} from "@staart/errors";
import redis from "@staart/redis";
import { redis } from "@staart/redis";
import { ipRangeCheck, randomString } from "@staart/text";
import { decode, sign, verify } from "jsonwebtoken";
import {
Expand Down
2 changes: 1 addition & 1 deletion src/init-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { receiveEmailMessage } from "./_staart/helpers/mail";
import { prisma } from "./_staart/helpers/prisma";
import { elasticSearchEnabled } from "@staart/elasticsearch";
import { getProductPricing } from "@staart/payments";
import redis from "@staart/redis";
import { redis } from "@staart/redis";
import systemInfo from "systeminformation";
import pkg from "../package.json";

Expand Down

0 comments on commit c38e046

Please sign in to comment.